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

View File

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