Fixed issue 171.

Also, removed some unused imports.
This commit is contained in:
North 2011-06-26 16:40:46 +03:00
parent 4344566cda
commit 67c1fc8ffa
5 changed files with 2 additions and 8 deletions

View file

@ -1120,6 +1120,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
}
@Override
public void setGameOptions(GameOptions options) {
this.gameOptions = options;
}