diff --git a/scripts/server/netevents.js b/scripts/server/netevents.js index 975fbcd9..367b5f1a 100644 --- a/scripts/server/netevents.js +++ b/scripts/server/netevents.js @@ -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); }