Add the most important command and feature in the entire game,

This commit is contained in:
SilicaAndPina 2021-03-31 01:26:55 +13:00
parent b8242010ad
commit 5cac72f67a
4 changed files with 117 additions and 16 deletions

View file

@ -160,7 +160,9 @@ namespace HISP.Game.Chat
else if (message.ToUpper().StartsWith("!WARP"))
return Command.Warp(message, args, user);
else if (message.ToUpper().StartsWith("!DANCE"))
return Command.Dance(message, args, user);
}
return false;
}