Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fix typo
Dieser Commit ist enthalten in:
Ursprung
952aaf8b43
Commit
9636f35e45
@ -224,7 +224,7 @@ public class EditSessionBuilder {
|
||||
if (Settings.IMP.EXTENT.DEBUG && event.getActor() != null) {
|
||||
event.getActor().printDebug("Potentially unsafe extent blocked: " + toReturn.getClass().getName());
|
||||
event.getActor().printDebug(" - For area restrictions, it is recommended to use the FaweAPI");
|
||||
event.getActor().printDebug(" - For block logging, it is recommended to use use BlocksHub");
|
||||
event.getActor().printDebug(" - For block logging, it is recommended to use BlocksHub");
|
||||
event.getActor().printDebug(" - To allow this plugin add it to the FAWE `allowed-plugins` list");
|
||||
event.getActor().printDebug(" - To hide this message set `debug` to false in the FAWE config.yml");
|
||||
if (toReturn.getClass().getName().contains("CoreProtect")) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren