Skip to content

Commit

Permalink
Fix LimboAPI 1.1.27 support
Browse files Browse the repository at this point in the history
  • Loading branch information
frafol committed Dec 21, 2024
1 parent 235288a commit fed625e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void loadLimbo() {

LimboFactory factory = (LimboFactory) instance.getServer().getPluginManager().getPlugin("limboapi").flatMap(PluginContainer::getInstance).get();
VirtualWorld world = factory.createVirtualWorld(
Dimension.valueOf(VelocityLimbo.DIMENSION.get(String.class)),
Dimension.valueOf(VelocityLimbo.DIMENSION.get(String.class).toUpperCase()),
VelocityLimbo.X.get(Integer.class),
VelocityLimbo.Y.get(Integer.class),
VelocityLimbo.Z.get(Integer.class),
Expand Down

0 comments on commit fed625e

Please sign in to comment.