Use built in BlockChangePacket and MultiBlockChangePacket

This commit is contained in:
2020-09-09 15:58:19 -06:00
parent 34dbe0e99e
commit e8998a0428
6 changed files with 38 additions and 123 deletions
+2
View File
@@ -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()