Removed some return values

This commit is contained in:
smyalygames 2020-03-02 15:20:09 +00:00
parent 474d70e794
commit 715edc0e6a

View File

@ -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;
}
}