mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-03 20:00:19 +00:00
Proper Overrides
Moved some things around so its easier to find using proper overrides instead of inserting code in random places. Works the same way.
This commit is contained in:
parent
d10d3cb1e9
commit
083af158ae
7 changed files with 153 additions and 35 deletions
|
|
@ -56,6 +56,15 @@ function DefaultGame::checkTimeLimit(%game, %forced)
|
|||
}
|
||||
}
|
||||
|
||||
// Reset every map change
|
||||
function DefaultGame::gameOver(%game)
|
||||
{
|
||||
Parent::gameOver(%game);
|
||||
|
||||
//Reset everything to do with Vote Overtime
|
||||
ResetVOall(%game);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
function RestartcheckTimeLimit(%game, %forced)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue