From d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 23 Oct 2016 15:17:07 +0200 Subject: Load mod file every time new message is going to be printed --- mcwrapper/__init__.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mcwrapper/__init__.py') diff --git a/mcwrapper/__init__.py b/mcwrapper/__init__.py index dec7194..18e73aa 100755 --- a/mcwrapper/__init__.py +++ b/mcwrapper/__init__.py @@ -35,12 +35,6 @@ __HELP_DESC__ = """ """ -def reload(): - "Reloads input files. Currently applicable only on mod." - if mcserver_mod is not None: - mcserver_mod.load_mods() - - def main(): "Main function" global verbose_level @@ -80,8 +74,6 @@ def main(): command.append('nogui') alarm.init() - signal.signal(signal.SIGUSR1, reload) - signal.signal(signal.SIGUSR2, reload) # probably can be used for something else in future global mcserver_wrapper mcserver_wrapper = MCWrapper(command, pfile, sfile) -- cgit v1.2.3