This commit is contained in:
NotMyFault 2019-08-07 03:43:49 +02:00 committed by GitHub
parent e6a7f4e5a7
commit 165cf26818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ public class Settings extends Config {
@Comment("Kill vehicles on roads") public static boolean KILL_ROAD_VEHICLES = false;
@Comment("Notify a player of any missed comments upon plot entry") public static boolean
COMMENT_NOTIFIER = false;
@Comment("Let player's claim entire worlds with PlotSquared") public static boolean WORLDS =
@Comment("Let players claim entire worlds with PlotSquared") public static boolean WORLDS =
false;
@Comment("Actively purge invalid database entries") public static boolean DATABASE_PURGER =
false;