Use EntityUID for all ghost warps (#11113)

This commit is contained in:
Illiux
2022-09-10 14:47:17 -07:00
committed by GitHub
parent 4cc5fa239e
commit acd24bed4d
4 changed files with 77 additions and 138 deletions

View File

@@ -103,8 +103,7 @@ namespace Content.Client.Ghost
if (window != null)
{
window.Locations = msg.Locations;
window.Players = msg.Players;
window.UpdateWarps(msg.Warps);
window.Populate();
}
}