mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
No spead merge (#475)
* Revert "[GoobPort] WIZ REAL (#465)"
This reverts commit 091a8ff433.
* fix local
This commit is contained in:
@@ -397,14 +397,6 @@ public abstract class SharedEntityStorageSystem : EntitySystem
|
||||
return !ev.Cancelled;
|
||||
}
|
||||
|
||||
public bool IsOpen(EntityUid target, SharedEntityStorageComponent? component = null)
|
||||
{
|
||||
if (!ResolveStorage(target, ref component))
|
||||
return false;
|
||||
|
||||
return component.Open;
|
||||
}
|
||||
|
||||
public bool AddToContents(EntityUid toAdd, EntityUid container, SharedEntityStorageComponent? component = null)
|
||||
{
|
||||
if (!ResolveStorage(container, ref component))
|
||||
|
||||
Reference in New Issue
Block a user