Fix create house admin notify msg

This commit is contained in:
Vortrex
2021-10-25 13:04:39 -05:00
parent be510cd674
commit 2a032c694c

View File

@@ -90,7 +90,9 @@ function createHouseCommand(command, params, client) {
//getHouseData(houseId).needsSaved = true;
messageAdmins(`${getInlineChatColourByName("lightGrey")}${getPlayerName(client)} ${getInlineChatColourByName("white")}created house ${getInlineChatColourByType("houseGreen")}${tempHouseData.description}`);
let messageText = `${getInlineChatColourByName("lightGrey")}${getPlayerName(client)} ${getInlineChatColourByName("white")}created house ${getInlineChatColourByType("houseGreen")}${tempHouseData.description}`;
logToConsole(LOG_INFO, messageText);
messageAdmins(messageText);
}
// ===========================================================================