mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
## About The Pull Request Implements ranked choice voting for storyteller and map vote ## Why It's Good For The Game I can close the secret storyteller PR ## Changelog 🆑 LT3 qol: Ranked choice voting is now available for storyteller and map votes /🆑
5 lines
198 B
Plaintext
5 lines
198 B
Plaintext
/// Logging for dynamic procs
|
|
/proc/log_dynamic(text, list/data)
|
|
//logger.Log(LOG_CATEGORY_DYNAMIC, text, data)
|
|
logger.Log(LOG_CATEGORY_DYNAMIC, text) // BUBBER EDIT CHANGE - Ranked Choice Voting
|