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