kein einmieten wenn miete = 0
This commit is contained in:
@@ -355,6 +355,12 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (house.RentalFee == 0)
|
||||||
|
{
|
||||||
|
player.SendChatMessage("~r~Dieses Haus hat keinen Platz für Mieter!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
HouseRental newRental = new HouseRental
|
HouseRental newRental = new HouseRental
|
||||||
{
|
{
|
||||||
HouseId = house.Id,
|
HouseId = house.Id,
|
||||||
|
|||||||
Reference in New Issue
Block a user