Woops wrong variable for chat message

This commit is contained in:
Vortrex
2023-03-02 08:09:28 -06:00
parent 868bb10091
commit 23c8acae21

View File

@@ -205,7 +205,7 @@ function adminChatCommand(command, params, client) {
} }
} }
messageDiscordAdminChannel(`${getPlayerData(client).accountData.staffTitle} ${getPlayerData(client).accountData.name}: ${messageText}`); messageDiscordAdminChannel(`${getPlayerData(client).accountData.staffTitle} ${getPlayerData(client).accountData.name}: ${params}`);
} }
// =========================================================================== // ===========================================================================