TG fix for voting window not going away.

Thanks elly1!
This commit is contained in:
Chinsky
2012-11-03 08:04:47 +04:00
parent 9fdbf5006a
commit 946645175e

View File

@@ -217,7 +217,7 @@ datum/controller/vote
if(!usr || !usr.client) return //not necessary but meh...just in-case somebody does something stupid
switch(href_list["vote"])
if("close")
voting -= usr.ckey
voting -= usr.client
usr << browse(null, "window=vote")
return
if("cancel")