From df24bd1cbfd64df6c9232f76d4dadde193440181 Mon Sep 17 00:00:00 2001 From: uporotiy Date: Sun, 9 Oct 2011 13:50:13 +0000 Subject: [PATCH] SetupJobs() is unborked in my latest rev (hopefully) so it's uncommented, as having it commented makes it even more borked. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2337 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/master_controller.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/master_controller.dm b/code/game/master_controller.dm index 9097938874a..c8d7c20b6bd 100644 --- a/code/game/master_controller.dm +++ b/code/game/master_controller.dm @@ -28,7 +28,7 @@ datum/controller/game_controller setupgenetics() -// SetupJobs("config/jobs.txt") + SetupJobs("config/jobs.txt") //setupcorpses() Not used any more. syndicate_code_phrase = generate_code_phrase()//Sets up code phrase for traitors, for the round.