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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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