mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-05-18 14:24:12 +02:00
Removed some return values
This commit is contained in:
parent
474d70e794
commit
715edc0e6a
@ -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.
|
if (!hotel && (houses = 0)) //Checks if there is not a hotel and if there are no houses.
|
||||||
{
|
{
|
||||||
mortgage = true; //Mortgages the property.
|
mortgage = true; //Mortgages the property.
|
||||||
return true;
|
|
||||||
}else
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user