mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 01:46:53 +00:00
Feature/1.17.1 (#1172)
* Update adapters for 1.17.1 * Fixes #1074 * fd10efa56b51d915302d616302145c74c3f079ee * Fix `//chunkinfo` message * 9fc85704e9570304f1b336612039afc85bb17064 * https://github.com/IntellectualSites/worldedit-adapters/pull/3/commits/03b443702381b2739ef102385d327760d775b170 * JitPack decided to work again
This commit is contained in:
+1
-1
@@ -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