mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-09-18 03:47:55 +02:00
Makes some GUI changes
Makes the current state of the player toggle visible. Makes it possible to toggle player visibility outside arenas.
This commit is contained in:
@@ -310,7 +310,7 @@ public final class MiniGames extends JavaPlugin {
|
||||
pluginManager.registerEvents(new MoveListener(this.dropperConfiguration, this.parkourConfiguration), this);
|
||||
pluginManager.registerEvents(new PlayerStateChangeListener(), this);
|
||||
pluginManager.registerEvents(new CommandListener(), this);
|
||||
pluginManager.registerEvents(new GUIListener(false), this);
|
||||
pluginManager.registerEvents(new GUIListener(true), this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user