forked from GeyserMC/Geyser
Remove init method from previous testing
This commit is contained in:
parent
0e2f64b95a
commit
9b7fe5c879
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ public class GeyserConnector implements Connector {
|
||||||
|
|
||||||
logger.setDebug(config.isDebugMode());
|
logger.setDebug(config.isDebugMode());
|
||||||
|
|
||||||
Toolbox.init();
|
|
||||||
TranslatorsInit.start();
|
TranslatorsInit.start();
|
||||||
|
|
||||||
commandMap = new GeyserCommandMap(this);
|
commandMap = new GeyserCommandMap(this);
|
||||||
|
|
Loading…
Reference in a new issue