Skip to content

Commit

Permalink
fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Sep 15, 2024
1 parent 50b5935 commit 2969282
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Content.Server/Backmen/Ghost/GhostReJoinSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ private void ResetDeathTimes(RoundRestartCleanupEvent ev)
{
_deathTime.Clear();
_usedInRound.Clear();
foreach (var (_,joinEui) in _eUi)
{
_euiManager.CloseEui(joinEui);
}
_eUi.Clear();
}

Expand Down

0 comments on commit 2969282

Please sign in to comment.