Skip to content

Commit

Permalink
Update CastleSiege.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18042 authored Mar 26, 2021
1 parent dea47a3 commit 94b8d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/cramer/castlesiege/CastleSiege.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class CastleSiege extends JavaPlugin
{
public static int totalMobs = 0;
public static int totalVillagers = 12;

private static boolean siegeOngoing = false;
public static boolean siegeOngoing = false;

private boolean regionSelected = false;
private static int timerScheduler = 0;
private static int minuteScheduler = 0;
Expand Down

0 comments on commit 94b8d4e

Please sign in to comment.