Ensure EUIs close themselves (#15860)
This commit is contained in:
@@ -23,9 +23,6 @@ namespace Content.Server.Ghost.Roles.UI
|
||||
case GhostRoleFollowRequestMessage req:
|
||||
EntitySystem.Get<GhostRoleSystem>().Follow(Player, req.Identifier);
|
||||
break;
|
||||
case GhostRoleWindowCloseMessage _:
|
||||
Closed();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user