mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fix typo
This commit is contained in:
parent
952aaf8b43
commit
9636f35e45
@ -224,7 +224,7 @@ public class EditSessionBuilder {
|
|||||||
if (Settings.IMP.EXTENT.DEBUG && event.getActor() != null) {
|
if (Settings.IMP.EXTENT.DEBUG && event.getActor() != null) {
|
||||||
event.getActor().printDebug("Potentially unsafe extent blocked: " + toReturn.getClass().getName());
|
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 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 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");
|
event.getActor().printDebug(" - To hide this message set `debug` to false in the FAWE config.yml");
|
||||||
if (toReturn.getClass().getName().contains("CoreProtect")) {
|
if (toReturn.getClass().getName().contains("CoreProtect")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user