added a missing "return" on offerinteruptonphase: parsing.

This commit is contained in:
omegablast2002@yahoo.com
2011-09-03 16:16:38 +00:00
parent 354f9788cc
commit 7fac24945d
+1 -1
View File
@@ -195,8 +195,8 @@ void RulesState::parsePlayerState(int playerId, string s)
playerData[playerId].offerInterruptOnPhase = PhaseRing::phaseStrToInt(phaseStr);
break;
}
}
return;
}
else if (areaS.compare("auto") == 0)
{