auto vote runtime error fix (#78)

This commit is contained in:
TalkingCactus
2016-11-27 07:08:32 -05:00
committed by GitHub
parent cd91d2d9ce
commit 7e211d7bc3
+2
View File
@@ -41,6 +41,8 @@
M.update_action_buttons()
/datum/action/proc/Remove(mob/M)
if(!M)
return
if(M.client)
M.client.screen -= button
button.moved = FALSE //so the button appears in its normal position when given to another owner.