fix: Missing pop arg when resolving mvworld

This commit is contained in:
Ben Woo 2023-02-14 00:19:30 +08:00
parent 706338bb0c
commit 1e711ac258
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class MVCommandContexts extends PaperCommandContexts {
// Get world based on input only
if (world != null) {
context.popFirstArg();
return world;
}
if (!context.isOptional()) {