Content changes for engine exception tolerance PR (#27455)

* Content changes for engine exception tolerance PR

* Poke tests
This commit is contained in:
Leon Friedrich
2024-04-29 20:43:15 +12:00
committed by GitHub
parent 6d619c9420
commit 3c154abb5b
5 changed files with 17 additions and 26 deletions

View File

@@ -259,7 +259,7 @@ namespace Content.Shared.Movement.Systems
}
var oldMapId = args.OldMapId;
var mapId = args.Transform.MapID;
var mapId = args.Transform.MapUid;
// If we change maps then reset eye rotation entirely.
if (oldMapId != mapId)