mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
adjust last seen format in game interface
This commit is contained in:
@ -208,7 +208,7 @@ const plugin = {
|
||||
data = {
|
||||
level: client.level,
|
||||
clientId: client.clientId,
|
||||
lastConnection: client.lastConnection,
|
||||
lastConnection: client.timeSinceLastConnectionString,
|
||||
tag: tagMeta?.value ?? '',
|
||||
performance: clientStats?.performance ?? 200.0
|
||||
};
|
||||
|
Reference in New Issue
Block a user