mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
add %JUMP and make %GIVE work for other users
This commit is contained in:
parent
d74c9ca816
commit
bb458bfd7c
2 changed files with 89 additions and 35 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue