Skip to content

Commit

Permalink
Update !tp command string output
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto137 committed Mar 10, 2024
1 parent 9a0ba33 commit 18a01d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MHServerEmu/Common/Commands/GameCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public string Teleport(string[] @params, FrontendClient client)
teleportPoint += client.LastPosition;

client.CurrentGame.EventManager.AddEvent(client, Games.Events.EventEnum.ToTeleport, 0, teleportPoint);
return $"Teleporting to {teleportPoint}";
return $"Teleporting to {teleportPoint.ToStringNames()}";
}
}

Expand Down

0 comments on commit 18a01d8

Please sign in to comment.