Example #1
0
 public static boolean resetChanges(HungerGame game) {
   if (!Config.RESET_CHANGES.getBoolean(game.getSetup())) return true;
   return resetter.resetChanges(game);
 }