TTT-2 / ttt2mg

TTT2 Minigames gamemode
https://trello.com/b/11BspV2p/ttt2-minigames
GNU General Public License v3.0
3 stars 8 forks source link

Added minigame deactivation to EndRound hook #11

Closed ZacharyHinds closed 3 years ago

ZacharyHinds commented 3 years ago

Now deactivates all active minigames at Round End in order to avoid cases where minigames remain active.

Alf21 commented 3 years ago

Alright, just to keep this project code as clean as possible :D :

Could you please localize the function that is called by the PrepareRound hook, and then connect the Prepare and Endround hook with this function? In this way, we avoid redundant code and easily know, that the same code is executed.