1
0
forked from mirrors/0ad

Fix changephase cheat broken in af8a6f5e8c.

This was SVN commit r16443.
This commit is contained in:
leper
2015-03-16 18:50:51 +00:00
parent 46d17483db
commit 09796350c8
@@ -95,7 +95,10 @@ function Cheat(input)
special = {"athen":"athen"};
}
else if (!cmpTechnologyManager.IsTechnologyResearched("phase_city"))
{
phaseToGo = "city";
special = {"athen":"athen"};
}
else
return;