Rename game msg util to small game msg (adding more soon)

This commit is contained in:
Vortrex
2022-06-22 08:29:57 -05:00
parent 98e936fc71
commit 5ba69fca4d

View File

@@ -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`);
sendNetworkEventToPlayer("vrr.smallGameMessage", client, text, colour, duration, fontName);
}