1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

This would probably end up being an issue...

This commit is contained in:
Camotoy
2024-05-01 15:41:27 -04:00
parent 1e8d6b23cf
commit cc635d4447

View File

@@ -48,6 +48,7 @@ public class SimpleJavaRegistry<T> implements JavaRegistry<T> {
@Override
public void reset(List<T> values) {
this.values.clear();
this.values.addAll(values);
this.values.trim();
}