diff options
Diffstat (limited to 'gamemode/hud/games/connectthedots.lua')
| -rw-r--r-- | gamemode/hud/games/connectthedots.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/hud/games/connectthedots.lua b/gamemode/hud/games/connectthedots.lua index eab3521..20cc601 100644 --- a/gamemode/hud/games/connectthedots.lua +++ b/gamemode/hud/games/connectthedots.lua @@ -112,7 +112,7 @@ Game.Draw = function(self) --print("X:" .. gui.MouseX() .. " Y:" .. gui.MouseY()) if(input.IsMouseDown(MOUSE_RIGHT)) then - self.Score = math.max(0,self.Score) + self.Score = 0 self.scoreboard:Remove() end end |
