Add optional chatbox timestamps
This commit is contained in:
@@ -1237,4 +1237,10 @@ function clearLocalPickupsForPlayer(client) {
|
||||
sendNetworkEventToPlayer(client, "vrr.clearPickups");
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
|
||||
function sendPlayerChatBoxTimeStampsState(client, state) {
|
||||
sendNetworkEventToPlayer(client, "vrr.chatTimeStamps", state);
|
||||
}
|
||||
|
||||
// ==========================================================================
|
||||
Reference in New Issue
Block a user