From 715edc0e6a8eb00bd4ba861d85a5f25a4ea717d3 Mon Sep 17 00:00:00 2001 From: smyalygames Date: Mon, 2 Mar 2020 15:20:09 +0000 Subject: [PATCH] Removed some return values --- Assets/properties.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/properties.cs b/Assets/properties.cs index a37d102..ddc0136 100644 --- a/Assets/properties.cs +++ b/Assets/properties.cs @@ -72,10 +72,6 @@ public class NewBehaviourScript : MonoBehaviour if (!hotel && (houses = 0)) //Checks if there is not a hotel and if there are no houses. { mortgage = true; //Mortgages the property. - return true; - }else - { - return false; } }