diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2015-12-28 22:40:55 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2015-12-28 22:40:55 -0500 |
| commit | 489e7a0051419318d046f3f47e6e00c15b6dd487 (patch) | |
| tree | 4d81377bca458f5946528ebe881f69cb1e9147a4 /gamemode/shared/game_rounds.lua | |
| parent | 5c4ebc932d8c02522802c842d43d863d89aca162 (diff) | |
| download | wintersurvival2-489e7a0051419318d046f3f47e6e00c15b6dd487.tar.gz wintersurvival2-489e7a0051419318d046f3f47e6e00c15b6dd487.tar.bz2 wintersurvival2-489e7a0051419318d046f3f47e6e00c15b6dd487.zip | |
Updates to current
Diffstat (limited to 'gamemode/shared/game_rounds.lua')
| -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
|
