From fdaa6265c469057ef72040d84cfff9fb3eb9849f Mon Sep 17 00:00:00 2001 From: PanFritz Date: Mon, 29 Jun 2015 22:47:43 +0200 Subject: [PATCH] Removed old code from main --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 5c7264c..a1c526d 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,6 @@ def on_enable(): @hook.disable def on_disable(): shared["modules"]["reports"].stop_reporting() - shared["modules"]["snowbrawl"].stop_match_end_thread() info("RedstonerUtils disabled!")