Fix discord event echo

This commit is contained in:
Vortrex
2022-04-16 21:47:16 -05:00
parent 3a32326b66
commit f639cd9b62

View File

@@ -21,7 +21,7 @@ function announceAdminAction(localeString, ...args) {
messagePlayerNormal(clients[i], `⚠️ ${messageText}`, getColourByName("orange"));
}
messageDiscordEventChannel(getLanguageLocaleString.apply(null, [getGlobalConfig().locale.defaultLanguageId, localeString, args]));
messageDiscordEventChannel(getLanguageLocaleString.apply(null, [0, localeString, args]));
}
// ===========================================================================