Compare commits
3 Commits
1b0ba01258
...
e2677ec029
Author | SHA1 | Date | |
---|---|---|---|
e2677ec029 | |||
00bd6cd9c3 | |||
382c8fc424 |
@ -124,6 +124,6 @@ class UserJoinedServer(TableABC):
|
||||
return str(
|
||||
f"""
|
||||
DELETE FROM `UserJoinedServers`
|
||||
WHERE `JoinId` = {self._join_id};
|
||||
WHERE `Id` = {self._join_id};
|
||||
"""
|
||||
)
|
||||
|
@ -6,10 +6,10 @@ type ServerStatistic {
|
||||
activeUserCount: Int
|
||||
|
||||
userJoinedVoiceChannelCount: Int
|
||||
userJoinedVoiceChannelOntime: Float
|
||||
userJoinedVoiceChannelOntime: Int
|
||||
|
||||
userJoinedGameServerCount: Int
|
||||
userJoinedGameServerOntime: Float
|
||||
userJoinedGameServerOntime: Int
|
||||
|
||||
userWarningCount: Int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user