Merged Major-/apollo into master

This commit is contained in:
Jeremy Conklin
2015-03-12 22:04:02 -06:00
@@ -29,7 +29,7 @@ public abstract class PlayerActionMessage extends Message {
*/
public PlayerActionMessage(int option, int playerIndex) {
this.option = option;
this.index = playerIndex;
this.index = playerIndex - 1;
}
/**