Fix for reported issue with the transfer_controller causing a runtime error. Also included is a debug controller for the transfer_controller

This commit is contained in:
DJSnapshot
2013-11-21 17:44:31 -08:00
parent 9936a9251f
commit 983ca2d5e3
4 changed files with 22 additions and 8 deletions

View File

@@ -48,7 +48,11 @@ datum/controller/vote
proc/autotransfer()
initiate_vote("crew_transfer","the server")
log_debug("The server has called an Autotransfer")
log_debug("The server has called a crew transfer vote")
/* proc/autogamemode() //This is here for whoever can figure out how to make this work
initiate_vote("gamemode","the server")
log_debug("The server has called a gamemode vote")*/
proc/reset()
initiator = null