Fix for votes being none mode

This commit is contained in:
Miniature
2012-02-05 18:51:40 +10:30
parent 51043ef9f8
commit 46d6cbdcd0
+2 -2
View File
@@ -56,11 +56,11 @@
M << browse(null, "window=vote")
M.client.showvote = 0
calcwin()
if(winner == "none")
winner = "default"
calcwin()
if(mode == 2)
var/wintext = capitalize(winner)
world << "Result is [wintext]"