diff options
Diffstat (limited to 'gamemode/shared')
| -rw-r--r-- | gamemode/shared/game_rounds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/shared/game_rounds.lua b/gamemode/shared/game_rounds.lua index 67b77c9..e0afaf7 100644 --- a/gamemode/shared/game_rounds.lua +++ b/gamemode/shared/game_rounds.lua @@ -77,7 +77,7 @@ if (SERVER) then if (GAMEMODE.GameOn or !GAMEMODE.CountDown) then return end
if (GAMEMODE.CountDown < CurTime()) then
- print("Test2")
+ --print("Test2")
if (#player.GetAll() < 2) then
GAMEMODE.CountDown = CurTime()+Time+1
return
|
