Skip to content

Commit

Permalink
remove redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Sep 5, 2022
1 parent 2c1c934 commit ea92160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripting/get5.sp
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ static Action Event_PlayerDisconnect(Event event, const char[] name, bool dontBr
// to get the right "number of players per team" in CheckForSurrenderOnDisconnect().
CreateTimer(0.1, Timer_DisconnectCheck, _, TIMER_FLAG_NO_MAPCHANGE);
}
return Plugin_Continue;
}

static Action Timer_DisconnectCheck(Handle timer) {
Expand Down

0 comments on commit ea92160

Please sign in to comment.