Fixes #304 WAILA Integration updated and fixed
WAILA offers a new interface to sync the server data to the client.
This commit is contained in:
@@ -96,12 +96,12 @@ public class IntegrationNode
|
||||
|
||||
break;
|
||||
case INIT:
|
||||
this.mod.Init();
|
||||
this.mod.init();
|
||||
this.state = IntegrationStage.POST_INIT;
|
||||
|
||||
break;
|
||||
case POST_INIT:
|
||||
this.mod.PostInit();
|
||||
this.mod.postInit();
|
||||
this.state = IntegrationStage.READY;
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user