Default warp point names (#21017)
This commit is contained in:
@@ -297,8 +297,7 @@ namespace Content.Server.Ghost
|
||||
|
||||
while (allQuery.MoveNext(out var uid, out var warp))
|
||||
{
|
||||
if (warp.Location != null)
|
||||
yield return new GhostWarp(GetNetEntity(uid), warp.Location, true);
|
||||
yield return new GhostWarp(GetNetEntity(uid), warp.Location ?? Name(uid), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user