Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Removed possibly redundant time send
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Jul 9, 2024
1 parent 1a1d34a commit 0e613c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Content.Server/Corvax/Respawn/RespawnSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ private void OnMindRemoved(EntityUid entity, MindContainerComponent component, M

private void OnRoundRestartCleanup(RoundRestartCleanupEvent e)
{
foreach (var session in _respawnResetTimes.Keys)
SendRespawnResetTime(session, null);

_respawnResetTimes.Clear();
}

Expand Down

0 comments on commit 0e613c5

Please sign in to comment.