mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user