Delete "in"

This commit is contained in:
MattBDev 2019-10-09 20:47:23 -04:00
parent ccd8f2c2a9
commit c928564b59

View File

@ -83,7 +83,7 @@ public class FaweBukkit implements IFawe, Listener {
} }
if (PaperLib.isPaper() && Settings.IMP.EXPERIMENTAL.DYNAMIC_CHUNK_RENDERING > 1) { if (PaperLib.isPaper() && Settings.IMP.EXPERIMENTAL.DYNAMIC_CHUNK_RENDERING > 1) {
new RenderListener(plugin); new RenderListener(plugin);
}in }
if (Bukkit.getPluginManager().getPlugin("PlotSquared") != null) { if (Bukkit.getPluginManager().getPlugin("PlotSquared") != null) {
try { try {
WEManager.IMP.managers.add(new PlotSquaredFeature()); WEManager.IMP.managers.add(new PlotSquaredFeature());