Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
revert "skipping zone" change
Browse files Browse the repository at this point in the history
  • Loading branch information
kandoan committed Jul 1, 2018
1 parent 6c1b64d commit 6b78724
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ public static boolean joinZone(Zone zone, boolean boss) {
} catch (IOException e) {
e.printStackTrace();
}
if(!result) {
skipZones.add(zone.zone_position);
Main.debug("\tSkip zone &e"+zone.zone_position+"&r from now on until switching to other planet.");
Main.debug("\t&bPlease wait for the program to restart itself and everything will work again.");
}
// if(!result) {
// skipZones.add(zone.zone_position);
// Main.debug("\tSkip zone &e"+zone.zone_position+"&r from now on until switching to other planet.");
// Main.debug("\t&bPlease wait for the program to restart itself and everything will work again.");
// }
return result;
}
public static boolean joinZone(Zone zone) {
Expand Down

0 comments on commit 6b78724

Please sign in to comment.