1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 15:52:25 -05:00

use correct EFClient return time for ScriptPluginExtensions and provide IPAddress on game interface data

This commit is contained in:
RaidMax
2024-07-12 22:08:23 -05:00
parent ee0b40d657
commit 135fc98e1c
2 changed files with 4 additions and 3 deletions

View File

@ -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
};
}