diff options
Diffstat (limited to 'src/main/java/cat/freya/khs/command/map/set/Lobby.java')
-rw-r--r-- | src/main/java/cat/freya/khs/command/map/set/Lobby.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cat/freya/khs/command/map/set/Lobby.java b/src/main/java/cat/freya/khs/command/map/set/Lobby.java index 847211c..4aac83e 100644 --- a/src/main/java/cat/freya/khs/command/map/set/Lobby.java +++ b/src/main/java/cat/freya/khs/command/map/set/Lobby.java @@ -23,7 +23,7 @@ public class Lobby implements ICommand { public String getLabel() { return "lobby"; } - + public String getUsage() { return "<map>"; } |