mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add client tag to default game interface data
This commit is contained in:
@ -427,7 +427,7 @@ function onReceivedDvar(server, dvarName, dvarValue, success) {
|
||||
level: client.Level,
|
||||
clientId: client.ClientId,
|
||||
lastConnection: client.LastConnection,
|
||||
tag: tagMeta?.Value
|
||||
tag: tagMeta?.Value ?? ''
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user