Track player positions and add !here

This commit is contained in:
2020-12-13 11:38:30 +00:00
parent beb4c31f5e
commit 93c1ab7c0a
2 changed files with 63 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ g.inv = {}
g.objects = {}
g.mobs = {}
g.players = {}
g.player_names = {}
g.window = None
g.job = None
g.correction_count = 0