track join time
This commit is contained in:
parent
9c65e6d7ea
commit
0d1fed30f5
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ class Treepuncher(MinecraftClient):
|
||||||
continue # TODO this happens kinda often but doesn't seem to be an issue?
|
continue # TODO this happens kinda often but doesn't seem to be an issue?
|
||||||
if packet.action == 0:
|
if packet.action == 0:
|
||||||
self.tablist[uid] = record
|
self.tablist[uid] = record
|
||||||
|
self.tablist[uid]['joinTime'] = datetime.datetime.now()
|
||||||
elif packet.action == 1:
|
elif packet.action == 1:
|
||||||
self.tablist[uid]['gamemode'] = record['gamemode']
|
self.tablist[uid]['gamemode'] = record['gamemode']
|
||||||
elif packet.action == 2:
|
elif packet.action == 2:
|
||||||
|
|
Loading…
Reference in a new issue