Skip to content

Commit

Permalink
Removed fast_set_blockstate by default since it's not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
LemADEC committed May 14, 2019
1 parent e738f76 commit 4e062c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cr0s/warpdrive/config/WarpDriveConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public class WarpDriveConfig {
public static int G_LUA_SCRIPTS = LUA_SCRIPTS_ALL;
public static String G_SCHEMATICS_LOCATION = "warpDrive_schematics";
public static int G_BLOCKS_PER_TICK = 3500;
public static boolean G_ENABLE_FAST_SET_BLOCKSTATE = true;
public static boolean G_ENABLE_FAST_SET_BLOCKSTATE = false;
public static boolean G_ENABLE_PROTECTION_CHECKS = true;
public static float G_BLAST_RESISTANCE_CAP = 60.0F;

Expand Down

0 comments on commit 4e062c4

Please sign in to comment.