Add command to start map event (#366)

This commit is contained in:
MedicOP
2019-01-26 01:38:35 +01:00
committed by Ronan Lana
parent 08e4a05641
commit c6cd69b5d7
2 changed files with 39 additions and 0 deletions

View File

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