mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
FIx %GOTO
This commit is contained in:
parent
d03fcd1c4c
commit
46c45eb8bb
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ namespace HISP.Game.Chat
|
|||
|
||||
try
|
||||
{
|
||||
User teleportTo = GameServer.GetUserByName(args[1]);
|
||||
User teleportTo = GameServer.GetUserByName(args[0]);
|
||||
user.Teleport(teleportTo.X, teleportTo.Y);
|
||||
}
|
||||
catch (KeyNotFoundException)
|
||||
|
|
Loading…
Add table
Reference in a new issue