diff --git a/Content.Server/NPC/Pathfinding/GridPathfindingComponent.cs b/Content.Server/NPC/Pathfinding/GridPathfindingComponent.cs index 90a083be52..edd013c574 100644 --- a/Content.Server/NPC/Pathfinding/GridPathfindingComponent.cs +++ b/Content.Server/NPC/Pathfinding/GridPathfindingComponent.cs @@ -14,7 +14,7 @@ public sealed class GridPathfindingComponent : Component /// /// Next time the graph is allowed to update. /// - [ViewVariables, DataField("nextUpdate", customTypeSerializer:typeof(TimeOffsetSerializer))] + /// Removing this datafield is the lazy fix HOWEVER I want to purge this anyway and do pathfinding at runtime. public TimeSpan NextUpdate; [ViewVariables] diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index d8043b8de3..be10565f7a 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -62685,7 +62685,7 @@ entities: type: MetaData - parent: 16058 type: Transform - - nextSound: 48.5307177 + - nextSound: 48.5307176 type: EmitSoundOnCollide - canCollide: False type: Physics