File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/world/bentobox/border/listeners Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 3232import org .bukkit .util .RayTraceResult ;
3333import org .bukkit .util .Vector ;
3434
35- import world .bentobox .bentobox .BentoBox ;
3635import world .bentobox .bentobox .api .events .island .IslandProtectionRangeChangeEvent ;
3736import world .bentobox .bentobox .api .flags .Flag ;
3837import world .bentobox .bentobox .api .metadata .MetaDataValue ;
@@ -122,8 +121,6 @@ public void onPlayerRespawn(PlayerRespawnEvent e) {
122121 private boolean isOn (Player player ) {
123122 // Check if border is off
124123 User user = User .getInstance (player );
125- BentoBox .getInstance ().logDebug ("Border state meta data = "
126- + user .getMetaData (BorderShower .BORDER_STATE_META_DATA ).map (mtv -> mtv .asBoolean ()).orElse (null ));
127124 return user .getMetaData (BorderShower .BORDER_STATE_META_DATA ).map (MetaDataValue ::asBoolean )
128125 .orElse (addon .getSettings ().isShowByDefault ());
129126
You can’t perform that action at this time.
0 commit comments