Compare commits

...

2 commits

Author SHA1 Message Date
Gravita
8153c3a438 [FIX] componentName in config 2023-07-21 21:18:12 +07:00
Gravita
9d81db25d8 [ANY] Update modules 2023-07-21 21:17:37 +07:00
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
public abstract class Component {
public static final ProviderMap<Component> providers = new ProviderMap<>();
private static boolean registredComp = false;
protected String componentName;
protected transient String componentName;
public static void registerComponents() {
if (!registredComp) {

@ -1 +1 @@
Subproject commit d20723ae0e41c7580560a4f9f402699dbce2ae4c
Subproject commit f6706567b4d02e802a3d285ca5d1fb0086b6799e