]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/commands/SpawningSphereCommand.java
Make clearing providers easier
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / commands / SpawningSphereCommand.java
index ac823beed2331294659250fd5edc8264e4a522f0..8ab9f1b1e0700301916ec2a06dd47c95bc8e6dc6 100644 (file)
@@ -25,7 +25,7 @@ public class SpawningSphereCommand {
                         .executes(SpawningSphereCommand::setSphere))
                 .then(Commands.literal(ArgumentNames.CLEAR)
                         .executes(context -> {
-                            boolean cleared = SpawningSphereProvider.clear();
+                            boolean cleared = SpawningSphereProvider.clearSphere();
 
                             String format = cleared ? "bbor.commands.spawningSphere.cleared" : "bbor.commands.spawningSphere.notSet";
                             CommandHelper.feedback(context, format);