mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-03 06:01:30 +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
|
// Get world based on input only
|
||||||
if (world != null) {
|
if (world != null) {
|
||||||
|
context.popFirstArg();
|
||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
if (!context.isOptional()) {
|
if (!context.isOptional()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user