From 63f85b8c564820d30b43d410b34f1ce85e16f15a Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Wed, 12 Sep 2012 00:55:39 +0000 Subject: [PATCH] whoops. one too many tabs there. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4678 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 cc870de1c3c..bb1219d784e 100644 --- a/code/controllers/voting.dm +++ b/code/controllers/voting.dm @@ -30,7 +30,7 @@ datum/controller/vote var/client/C = voting[i] if(C) C << browse(null,"window=vote;can_close=0") - i++ + i++ reset() else while(i<=voting.len)