diff --git a/mc_control.py b/mc_control.py index f9cd012..b7fc486 100644 --- a/mc_control.py +++ b/mc_control.py @@ -2,9 +2,10 @@ import os.path import json from rcon.source import Client +# Declare variables that are needed everywhere. + servers_file = "./.midnight_servers.json" servers = [] -isfirstrun = False def load_servers(): global servers