diff --git a/ReallifeGamemode.Server/Managers/HouseManager.cs b/ReallifeGamemode.Server/Managers/HouseManager.cs index 5c3d62c1..9b164021 100644 --- a/ReallifeGamemode.Server/Managers/HouseManager.cs +++ b/ReallifeGamemode.Server/Managers/HouseManager.cs @@ -129,7 +129,7 @@ namespace ReallifeGamemode.Server.Managers House house = GetHouseById(houseId); User user = client.GetUser(); - client.SendChatMessage("SERVER:ShowHouseMenu"); + client.TriggerEvent("SERVER:ShowHouseMenu"); SendClientHouseData(client, house); }