Verb predict (#5638)
This commit is contained in:
@@ -59,6 +59,8 @@ namespace Content.Server.Cabinet
|
||||
|
||||
private void OnContainerModified(EntityUid uid, ItemCabinetComponent cabinet, ContainerModifiedMessage args)
|
||||
{
|
||||
if (!cabinet.Initialized) return;
|
||||
|
||||
if (args.Container.ID == cabinet.CabinetSlot.ID)
|
||||
UpdateAppearance(uid, cabinet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user