Hide server-ip from timings

This commit is contained in:
BillyGalbreath
2021-01-08 22:21:16 -06:00
parent be50f97ae8
commit bf7e290f25
24 changed files with 42 additions and 41 deletions

View File

@@ -42,10 +42,10 @@ index 6ef81aeb4c63bc6c23163796dbd977602ca2f540..9ea3c30b679da4e77b86d96d0cc47673
private final GeneratorAccess b;
private final EnumDirection.EnumAxis c;
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index a0d1a45c4dac6e4519231aa3d02939eee3fbd0bc..a00deb9347b22012b4bd27dfbd85846c49658dcf 100644
index 74d24ee574f8153b02d8e70a7a1bc2b498afab53..a8a995792653f88bc7ef7bfc0dd0fcd88972266a 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -176,6 +176,7 @@ public class PurpurConfig {
@@ -177,6 +177,7 @@ public class PurpurConfig {
public static boolean barrelSixRows = false;
public static boolean enderChestSixRows = false;
public static boolean enderChestPermissionRows = false;
@@ -53,7 +53,7 @@ index a0d1a45c4dac6e4519231aa3d02939eee3fbd0bc..a00deb9347b22012b4bd27dfbd85846c
private static void blockSettings() {
if (version < 3) {
boolean oldValue = getBoolean("settings.barrel.packed-barrels", true);
@@ -190,6 +191,7 @@ public class PurpurConfig {
@@ -191,6 +192,7 @@ public class PurpurConfig {
enderChestSixRows = getBoolean("settings.blocks.ender_chest.six-rows", enderChestSixRows);
InventoryType.ENDER_CHEST.setDefaultSize(enderChestSixRows ? 54 : 27);
enderChestPermissionRows = getBoolean("settings.blocks.ender_chest.use-permissions-for-rows", enderChestPermissionRows);