mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
use correct EFClient return time for ScriptPluginExtensions and provide IPAddress on game interface data
This commit is contained in:
@ -262,7 +262,8 @@ const plugin = {
|
||||
clientId: client.clientId,
|
||||
lastConnection: client.timeSinceLastConnectionString,
|
||||
tag: tagMeta?.value ?? '',
|
||||
performance: clientStats?.performance ?? 200.0
|
||||
performance: clientStats?.performance ?? 200.0,
|
||||
ipAddress: client.ipAddressString
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user