mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Don't dump biome array on /ps reload. Gradle also seems to want to change the Core pom.
This commit is contained in:
@ -121,7 +121,7 @@ import java.util.Locale;
|
||||
final Field[] fields = this.getClass().getFields();
|
||||
for (final Field field : fields) {
|
||||
final String name = field.getName().toLowerCase(Locale.ENGLISH);
|
||||
if (name.equalsIgnoreCase("g_sch")) {
|
||||
if (name.contains("g_sch")) {
|
||||
continue;
|
||||
}
|
||||
Object value;
|
||||
|
Reference in New Issue
Block a user