mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix typo
This commit is contained in:
parent
e6a7f4e5a7
commit
165cf26818
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user