You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/me/ryanhamshire/GriefPrevention/Messages.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -242,8 +242,8 @@ public enum Messages
242
242
StandInSubclaim("You need to be standing in a subclaim to restrict it"),
243
243
SubclaimRestricted("This subclaim's permissions will no longer inherit from the parent claim"),
244
244
SubclaimUnrestricted("This subclaim's permissions will now inherit from the parent claim"),
245
-
MainClaimSubdivisionInheritDisabled("Future subdivisions in this claim will NOT inherit permissions."),
246
-
MainClaimSubdivisionInheritEnabled("Future subdivisions in this claim will inherit permissions."),
245
+
MainClaimSubdivisionInheritDisabled("All subdivisions in this claim will NOT inherit permissions."),
246
+
MainClaimSubdivisionInheritEnabled("All subdivisions in this claim will inherit permissions."),
247
247
NetherPortalTrapDetectionMessage("It seems you might be stuck inside a nether portal. We will rescue you in a few seconds if that is the case!", "Sent to player on join, if they left while inside a nether portal."),
0 commit comments