Skip to content

Commit

Permalink
clean the flag manager class a bit
Browse files Browse the repository at this point in the history
this mess is due for a total rewrite
  • Loading branch information
mcmonkey4eva committed Mar 12, 2019
1 parent 14e00cc commit b129080
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 194 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void breakDown() {

static boolean active = false;

public static boolean IsActive() {
public static boolean isActive() {
return active;
}
}
Loading

0 comments on commit b129080

Please sign in to comment.