Forgot comment in update_mc
This commit is contained in:
parent
5a859d3295
commit
901073f055
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ mcq = None # Setup Query
|
|||
|
||||
|
||||
def update_mc():
|
||||
"""
|
||||
Update Rcon and Query with configuration
|
||||
"""
|
||||
global mcr, mcq
|
||||
mcr = MCRcon(conf["Server ip"], conf["Rcon passwd"], conf["Rcon port"])
|
||||
mcq = MinecraftServer(conf["Server ip"], conf["Query port"])
|
||||
|
|
Loading…
Reference in a new issue