Get rid of local state, move everything to global

This commit is contained in:
2020-09-16 14:16:10 -06:00
parent 43eefcf41a
commit 41133ce343
3 changed files with 57 additions and 66 deletions

View File

@@ -14,7 +14,6 @@ import bot
global_state = Bunch()
g = global_state
g.local_state = False
g.connection = False
g.mcdata = False
g.pos = False