mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 23:24:34 +00:00
Added Overtime Reset
This commit is contained in:
parent
14caa5aca5
commit
d24df745ab
2 changed files with 6 additions and 0 deletions
|
|
@ -689,6 +689,9 @@ function LCTFGame::gameOver(%game)
|
|||
|
||||
if (isActivePackage(LCTFOneMine))
|
||||
deactivatePackage(LCTFOneMine);
|
||||
|
||||
%game.voteOT = 0;
|
||||
%game.overtime = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue