tiny lathe fix (#11518)

This commit is contained in:
Nemanja
2022-09-25 10:45:28 -04:00
committed by GitHub
parent 967ecd3490
commit 1e240ed642

View File

@@ -200,6 +200,7 @@ public abstract class SharedMaterialStorageSystem : EntitySystem
var ev = new GetMaterialWhitelistEvent(uid); var ev = new GetMaterialWhitelistEvent(uid);
RaiseLocalEvent(uid, ev); RaiseLocalEvent(uid, ev);
component.MaterialWhiteList = ev.Whitelist; component.MaterialWhiteList = ev.Whitelist;
Dirty(component);
} }
/// <remarks> /// <remarks>