mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-11-18 00:09:49 +01: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.
|
||||
{
|
||||
mortgage = true; //Mortgages the property.
|
||||
return true;
|
||||
}else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user