More comments and a fix.

This commit is contained in:
Pieter-Jan Briers
2020-11-10 22:00:07 +01:00
parent 736f9958cc
commit f8f177f43a
3 changed files with 75 additions and 26 deletions

View File

@@ -82,7 +82,7 @@ namespace Content.Server.Eui
public void CloseEui(BaseEui eui)
{
eui.Closed();
eui.Shutdown();
_playerData[eui.Player].OpenUIs.Remove(eui.Id);
var msg = _net.CreateNetMessage<MsgEuiCtl>();