added a missing "return" on offerinteruptonphase: parsing.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user