File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
src/main/java/io/github/optijava/opt_carpet_addition Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,6 @@ public void onGameStarted() {
7272 OptCarpetSettings .enableTpHerePrefixBlacklist = false ;
7373 Messenger .m (serverCommandSource , "r You can't enable TpherePrefixBlacklist because you have enabled TpherePrefixWhitelist" );
7474 }
75-
76- if (rule .name .equals ("enableFlightCheck" )) {
77- CarpetServer .minecraft_server .setFlightEnabled (OptCarpetSettings .enableFlightCheck );
78- }
7975 }));
8076
8177 // config
Original file line number Diff line number Diff line change @@ -109,11 +109,4 @@ public class OptCarpetSettings {
109109 category = {RuleCategory .OPTIMIZATION , RuleCategory .FEATURE }
110110 )
111111 public static boolean disabledNetherPortalSpawn = false ;
112-
113-
114- @ Rule (
115- desc = "Disabled flight check in server" ,
116- category = {RuleCategory .CREATIVE }
117- )
118- public static boolean enableFlightCheck = false ;
119112}
You can’t perform that action at this time.
0 commit comments