diff --git a/ReallifeGamemode.Server.Core/Managers/HouseManager.cs b/ReallifeGamemode.Server.Core/Managers/HouseManager.cs index 5b7edd7e..c1c89609 100644 --- a/ReallifeGamemode.Server.Core/Managers/HouseManager.cs +++ b/ReallifeGamemode.Server.Core/Managers/HouseManager.cs @@ -402,6 +402,8 @@ namespace ReallifeGamemode.Server.Core.Managers house.OwnerId = null; user.HouseId = null; + house.LastRentSetTime = DateTime.Now.Subtract(TimeSpan.FromDays(7)); + var backMoney = (int)(house.Price * 0.4); player.SendMessage("Du bekommst vom Hausverkauf ~g~" + backMoney.ToMoneyString() + "~s~ zurück.");