Update submodule to 254.1.0 (#36711)
* Update submodule to 254.1.0 * API update
This commit is contained in:
@@ -256,7 +256,6 @@ public abstract class SharedVirtualItemSystem : EntitySystem
|
||||
if (TerminatingOrDeleted(item))
|
||||
return;
|
||||
|
||||
_transformSystem.DetachEntity(item, Transform(item));
|
||||
PredictedQueueDel(item);
|
||||
PredictedQueueDel(item.Owner);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ public sealed class TechnologyDiskSystem : EntitySystem
|
||||
}
|
||||
}
|
||||
_popup.PopupClient(Loc.GetString("tech-disk-inserted"), target, args.User);
|
||||
PredictedQueueDel(ent);
|
||||
PredictedQueueDel(ent.Owner);
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
|
||||
Submodule RobustToolbox updated: b146b1b82c...191d7ab81c
Reference in New Issue
Block a user