mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +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