mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
Add the most important command and feature in the entire game,
This commit is contained in:
parent
b8242010ad
commit
5cac72f67a
4 changed files with 117 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue