From 4fd2d7d9d6836fea9816c89ec3d9e32fce4bdd7e Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Fri, 2 Nov 2012 11:20:21 +0000 Subject: [PATCH] Fixes the close button for the voting interface. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4992 316c924e-a436-60f5-8080-3fe189b3f50e --- code/controllers/voting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/voting.dm b/code/controllers/voting.dm index c03989afb6f..eb7af94aab1 100644 --- a/code/controllers/voting.dm +++ b/code/controllers/voting.dm @@ -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")