Add command to stop map event (#373)

This commit is contained in:
MedicOP
2019-01-27 20:09:00 +01:00
committed by Ronan Lana
parent 6d520937a1
commit 9443022f16
2 changed files with 39 additions and 0 deletions

View File

@@ -293,6 +293,7 @@ public class CommandsExecutor {
addCommand("startevent", 3, StartEventCommand.class);
addCommand("endevent", 3, EndEventCommand.class);
addCommand("startmapevent", 3, StartMapEventCommand.class);
addCommand("stopmapevent", 3, StopMapEventCommand.class);
addCommand("online2", 3, OnlineTwoCommand.class);
addCommand("warpsnowball", 3, WarpSnowBallCommand.class);
addCommand("ban", 3, BanCommand.class);