Roundstart quickfix

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1981 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-05 09:53:10 +00:00
parent e98a7893fa
commit 4e3f310321
+1
View File
@@ -45,6 +45,7 @@ var/global/datum/controller/gameticker/ticker
current_state = GAME_STATE_PREGAME
world << "<B>Unable to choose playable game mode.</B> Reverting to pre-game lobby."
return 0
ResetOccupations()//Ok this is not the best, but should work as a quickfix
src.mode = pickweight(runnable_modes)
else
src.mode = config.pick_mode(master_mode)