Skip to content

Commit

Permalink
Accidentally left debug mode on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haven-King committed Apr 11, 2020
1 parent df1c14a commit 9ac1874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings=1.15.2+build.14
loader_version=0.7.8+build.184

# Mod Properties
mod_version = 0.0.6
mod_version = 0.0.7
maven_group = dev.hephaestus
archives_base_name = FibLib

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/hephaestus/fiblib/blocks/Tester.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Stack;

public class Tester implements ModInitializer {
public static boolean DEBUG = true;
public static boolean DEBUG = false;
public Stack<Block> blocksToFib = new Stack<>();

@Override
Expand Down

0 comments on commit 9ac1874

Please sign in to comment.