SHOULD? FIX?

This commit is contained in:
keronshb
2021-09-16 20:53:46 -04:00
parent 518c54c061
commit 408517fb1d
5 changed files with 15 additions and 35 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
GLOBAL_VAR_INIT(master_mode, "traitor") //"extended"
GLOBAL_VAR_INIT(secret_force_mode, "secret") // if this is anything but "secret", the secret rotation will forceably choose this mode
GLOBAL_VAR_INIT(master_mode, "dynamic") //"extended"
GLOBAL_VAR_INIT(secret_force_mode, "dynamic") // if this is anything but "secret", the secret rotation will forceably choose this mode
GLOBAL_VAR(common_report) //Contains common part of roundend report
GLOBAL_VAR(survivor_report) //Contains shared survivor report for roundend report (part of personal report)