stash last lag and ts for each user

This commit is contained in:
bel
2023-03-26 22:10:51 -06:00
parent f07e67b3fd
commit e968ce17ce
2 changed files with 14 additions and 4 deletions

View File

@@ -20,8 +20,11 @@ type (
}
configUser struct {
Player int
Message string
Player int
Message string
Alias string
LastTSMS int64
LastLag int64
}
configPlayer struct {