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))
|
if (TerminatingOrDeleted(item))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_transformSystem.DetachEntity(item, Transform(item));
|
PredictedQueueDel(item.Owner);
|
||||||
PredictedQueueDel(item);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ public sealed class TechnologyDiskSystem : EntitySystem
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_popup.PopupClient(Loc.GetString("tech-disk-inserted"), target, args.User);
|
_popup.PopupClient(Loc.GetString("tech-disk-inserted"), target, args.User);
|
||||||
PredictedQueueDel(ent);
|
PredictedQueueDel(ent.Owner);
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Submodule RobustToolbox updated: b146b1b82c...191d7ab81c
Reference in New Issue
Block a user