diff --git a/scripts/server/gui.js b/scripts/server/gui.js index a312dca0..6a35b5cf 100644 --- a/scripts/server/gui.js +++ b/scripts/server/gui.js @@ -207,7 +207,7 @@ function playerPromptAnswerYes(client) { getHouseData(houseId).needsSaved = true; updateHousePickupLabelData(houseId); - messageDiscordEventChannel(`🏘️ ${getCharacterFullName(client)} is now the owner of *${getHouseData(houseId).description}*!`); + messageDiscordEventChannel(`🏘️ ${getCharacterFullName(client)} is now the owner of house *${getHouseData(houseId).description}*!`); messagePlayerSuccess(client, `🏘️ You are now the owner of {houseGreen}${getHouseData(houseId).description}`); break; }