From abc90530d8be1af95d7951e4e40f9d28da5ff4f6 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Mon, 1 Feb 2016 21:05:01 -0600 Subject: [PATCH] Partial revert of 56827a2, rm unneeded (and horrific) code --- src/settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/settings.py b/src/settings.py index 5cf4b59..434d09c 100644 --- a/src/settings.py +++ b/src/settings.py @@ -167,10 +167,7 @@ TOTEM_CHANCES = { "death": ( 1 , 1 , 0 "deceit": ( 0 , 1 , 1 ), } -try: - GAME_MODES -except: - GAME_MODES = {} +GAME_MODES = {} SIMPLE_NOTIFY = set() # cloaks of people who !simple, who don't want detailed instructions SIMPLE_NOTIFY_ACCS = set() # same as above, except accounts. takes precedence PREFER_NOTICE = set() # cloaks of people who !notice, who want everything /notice'd