@@ -208,9 +208,6 @@ public sealed partial class ActivatableUISystem : EntitySystem
|
|||||||
if (!Resolve(uid, ref aui, false))
|
if (!Resolve(uid, ref aui, false))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!_uiSystem.HasUi(uid, aui.Key))
|
|
||||||
return;
|
|
||||||
|
|
||||||
_uiSystem.CloseUi(uid, aui.Key);
|
_uiSystem.CloseUi(uid, aui.Key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user