Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/boogaeye/TeamsEXILED
Browse files Browse the repository at this point in the history
boogaeye committed Apr 18, 2021
2 parents e4d4e71 + 0eb9d5e commit fa75cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TeamsEXILED/EventHandlers.cs
Original file line number Diff line number Diff line change
@@ -59,7 +59,8 @@ public void OnRoundStart()
Timing.RunCoroutine(Timer());
Timing.RunCoroutine(RespawnTimerPatch());
}


//https://github.com/Michal78900/RespawnTimer respawn timer by Michal78900
IEnumerator<float> Timer()
{
while (Round.IsStarted)

0 comments on commit fa75cc8

Please sign in to comment.