Updated notes

This commit is contained in:
ChocoTaco 2021-07-17 11:01:42 -04:00
parent 8a0f3ae763
commit cd954d6c3e

View file

@ -3,7 +3,7 @@
// Dont allow the match to end if a time vote is pending // Dont allow the match to end if a time vote is pending
// Or if the timelimit has changed // Or if the timelimit has changed
// //
// Changes were also made in the Evo Admin.ovl and DefaultGame.ovl // Changes were also made in how time votes are handled in scripts/autoexec/VoteMenu.cs
// DefaultGame::voteChangeMission, DefaultGame::voteChangeTimeLimit, serverCmdStartNewVote // DefaultGame::voteChangeMission, DefaultGame::voteChangeTimeLimit, serverCmdStartNewVote
// //
// The VoteChangeTimeLimit functions in evo dictate VOStatus conditions // The VoteChangeTimeLimit functions in evo dictate VOStatus conditions