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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user