mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
making sure an blank mode cant be the result of a change mode vote
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
calcwin()
|
||||
|
||||
if(winner == "none")
|
||||
if(!winner || winner == "" || winner == "none")
|
||||
winner = "default"
|
||||
|
||||
if(mode == 2)
|
||||
|
||||
Reference in New Issue
Block a user