Ensure EUIs close themselves (#15860)
This commit is contained in:
@@ -38,13 +38,10 @@ public sealed class AdminFaxEui : BaseEui
|
||||
|
||||
public override void HandleMessage(EuiMessageBase msg)
|
||||
{
|
||||
base.HandleMessage(msg);
|
||||
|
||||
switch (msg)
|
||||
{
|
||||
case AdminFaxEuiMsg.Close:
|
||||
{
|
||||
Close();
|
||||
break;
|
||||
}
|
||||
case AdminFaxEuiMsg.Follow followData:
|
||||
{
|
||||
if (Player.AttachedEntity == null ||
|
||||
|
||||
Reference in New Issue
Block a user