mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 03:16:41 +00:00
Feature/1.17.1 (#1172)
* Update adapters for 1.17.1
* Fixes #1074
* fd10efa56b51d915302d616302145c74c3f079ee
* Fix `//chunkinfo` message
* 9fc85704e9570304f1b336612039afc85bb17064
* 03b4437023
* JitPack decided to work again
This commit is contained in:
@ -101,7 +101,7 @@ public @interface Confirm {
|
||||
if (checkExisting(context)) {
|
||||
return true;
|
||||
}
|
||||
actor.print(Caption.of("fawe.cancel.worldedit.cancel.reason.confirm"));
|
||||
actor.print(Caption.of("fawe.cancel.worldedit.cancel.reason.confirm", Processor.getArgs(context)));
|
||||
return confirm(actor, context);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user