mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-24 01:01:51 +01:00
fix: Missing pop arg when resolving mvworld
This commit is contained in:
parent
706338bb0c
commit
1e711ac258
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user