1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-27 08:24:44 +02:00

New names

This commit is contained in:
snowleo
2012-01-03 02:57:44 +01:00
parent a552b88172
commit 481749b119

View File

@@ -11,9 +11,9 @@ import lombok.EqualsAndHashCode;
public class SignsAndRails implements StorageObject public class SignsAndRails implements StorageObject
{ {
@Comment("Protect all signs") @Comment("Protect all signs")
private boolean signs = true; private boolean protectSigns = true;
@Comment("Prevent users from destroying rails") @Comment("Prevent users from destroying rails")
private boolean rails = true; private boolean protectRails = true;
@Comment( @Comment(
{ {
"Blocks below rails/signs are also protected if the respective rail/sign is protected.", "Blocks below rails/signs are also protected if the respective rail/sign is protected.",