Skip to content

Commit 6a90b20

Browse files
committed
Remove unused spec for plugin entity damage control
1 parent fc4fabe commit 6a90b20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

i18n-config/src/main/java/io/izzel/arclight/i18n/conf/CompatSpec.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ public class CompatSpec {
2929
@Setting("valid-username-regex")
3030
private String validUsernameRegex;
3131

32-
@Setting("exact-plugin-entity-damage-control")
33-
private boolean exactPluginEntityDamageControl;
34-
3532
public Map<String, MaterialPropertySpec> getMaterials() {
3633
return materials;
3734
}
@@ -67,8 +64,4 @@ public boolean isForwardPermissionReverse() {
6764
public String getValidUsernameRegex() {
6865
return validUsernameRegex;
6966
}
70-
71-
public boolean isExactPluginEntityDamageControl() {
72-
return exactPluginEntityDamageControl;
73-
}
7467
}

0 commit comments

Comments
 (0)