Use built in BlockChangePacket and MultiBlockChangePacket
This commit is contained in:
@@ -18,6 +18,7 @@ g.local_state = False
|
||||
g.connection = False
|
||||
g.mcdata = False
|
||||
g.pos = False
|
||||
g.inv = {}
|
||||
|
||||
@app.route('/')
|
||||
def hello_world():
|
||||
@@ -54,6 +55,7 @@ def main():
|
||||
print('Locking...')
|
||||
while g.running:
|
||||
time.sleep(1)
|
||||
importlib.reload(bot)
|
||||
except KeyboardInterrupt:
|
||||
observer.stop()
|
||||
observer.join()
|
||||
|
||||
Reference in New Issue
Block a user