tiny lathe fix (#11518)
This commit is contained in:
parent
967ecd3490
commit
1e240ed642
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ public abstract class SharedMaterialStorageSystem : EntitySystem
|
|||
var ev = new GetMaterialWhitelistEvent(uid);
|
||||
RaiseLocalEvent(uid, ev);
|
||||
component.MaterialWhiteList = ev.Whitelist;
|
||||
Dirty(component);
|
||||
}
|
||||
|
||||
/// <remarks>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue