tiny lathe fix (#11518)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user