Predict StorageComponent (#19682)
This commit is contained in:
@@ -565,7 +565,7 @@ public sealed class WiresSystem : SharedWiresSystem
|
||||
UpdateUserInterface(uid);
|
||||
}
|
||||
|
||||
private void UpdateUserInterface(EntityUid uid, WiresComponent? wires = null, ServerUserInterfaceComponent? ui = null)
|
||||
private void UpdateUserInterface(EntityUid uid, WiresComponent? wires = null, UserInterfaceComponent? ui = null)
|
||||
{
|
||||
if (!Resolve(uid, ref wires, ref ui, false)) // logging this means that we get a bunch of errors
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user