Format. Haven't done this in awhile. Just sneak it in.
This commit is contained in:
@@ -22,7 +22,8 @@ public class FLocation implements Serializable {
|
||||
try {
|
||||
Class.forName("org.bukkit.WorldBorder");
|
||||
worldBorderClassPresent = true;
|
||||
} catch (ClassNotFoundException ignored) {}
|
||||
} catch (ClassNotFoundException ignored) {
|
||||
}
|
||||
|
||||
worldBorderSupport = worldBorderClassPresent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user