3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Woops use the same instance

Dieser Commit ist enthalten in:
Matsv 2016-03-31 22:48:20 +02:00
Ursprung a8212db7f2
Commit 7326205495

Datei anzeigen

@ -80,7 +80,7 @@ public class ViaVersionPlugin extends JavaPlugin implements ViaVersionAPI, ViaVe
Bukkit.getPluginManager().registerEvents(new UpdateListener(this), this);
getCommand("viaversion").setExecutor(commandHandler = new ViaCommandHandler());
getCommand("viaversion").setTabCompleter(new ViaCommandHandler());
getCommand("viaversion").setTabCompleter(commandHandler);
}
public void gatherProtocolVersion() {