FIx %GOTO

This commit is contained in:
SilicaAndPina 2020-12-27 18:28:52 +13:00
parent d03fcd1c4c
commit 46c45eb8bb

View file

@ -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)