add %JUMP and make %GIVE work for other users

This commit is contained in:
SilicaAndPina 2021-06-28 18:06:22 +12:00
parent d74c9ca816
commit bb458bfd7c
2 changed files with 89 additions and 35 deletions

View file

@ -59,6 +59,8 @@ namespace HISP.Game.Chat
return Command.Give(message, args, user);
if (message.ToUpper().StartsWith("%GOTO"))
return Command.Goto(message, args, user);
if (message.ToUpper().StartsWith("%JUMP"))
return Command.Jump(message, args, user);
if (message.ToUpper().StartsWith("%KICK"))
return Command.Kick(message, args, user);
if (message.ToUpper().StartsWith("%RULES"))