Rename game msg util to small game msg (adding more soon)
This commit is contained in:
@@ -140,7 +140,7 @@ function playerClientStopped(client) {
|
|||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function showGameMessage(client, text, colour, duration, fontName = "Pricedown") {
|
function showSmallGameMessage(client, text, colour, duration, fontName = "Pricedown") {
|
||||||
logToConsole(LOG_DEBUG, `[VRR.Client] Showing game message to ${getPlayerDisplayForConsole(client)} (${text}) for ${duration} milliseconds`);
|
logToConsole(LOG_DEBUG, `[VRR.Client] Showing game message to ${getPlayerDisplayForConsole(client)} (${text}) for ${duration} milliseconds`);
|
||||||
sendNetworkEventToPlayer("vrr.smallGameMessage", client, text, colour, duration, fontName);
|
sendNetworkEventToPlayer("vrr.smallGameMessage", client, text, colour, duration, fontName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user