mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-30 19:15:27 +02:00
Try this version, otherwise maybe downgrade?
This commit is contained in:
@@ -146,8 +146,10 @@ public class BukkitUtil extends BlockManager {
|
||||
|
||||
public static World getWorld(final String string) {
|
||||
if (StringMan.isEqual(string, lastString)) {
|
||||
if (lastWorld != null) {
|
||||
return lastWorld;
|
||||
}
|
||||
}
|
||||
World world = Bukkit.getWorld(string);
|
||||
lastString = string;
|
||||
lastWorld = world;
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user