reconnect crash fix & auto sign
This commit is contained in:
committed by
Cloudburst
parent
e7de14cd03
commit
e7c81710a8
@@ -82,6 +82,7 @@ public class AutoLogin extends Module {
|
||||
private class Listener {
|
||||
@EventHandler
|
||||
private void onGameJoined(GameJoinedEvent event) {
|
||||
if (!isActive()) return;
|
||||
String command = commands.get().getOrDefault("*", commands.get().get(Utils.getWorldName()));
|
||||
if (command != null) {
|
||||
timer.schedule(new TimerTask() {
|
||||
|
||||
Reference in New Issue
Block a user