Send server log level to client

This commit is contained in:
Vortrex
2022-01-13 17:29:26 -06:00
parent ce63914b36
commit 48ba5dfaa8
2 changed files with 14 additions and 0 deletions

View File

@@ -1125,4 +1125,10 @@ function setPlayerBuyingVehicleState(state, vehicle, position) {
}
// ===========================================================================
function sendPlayerLogLevel(client, tempLogLevel = logLevel) {
sendNetworkEventToPlayer("vrr.logLevel", client, tempLogLevel);
}
// ===========================================================================