mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
This would probably end up being an issue...
This commit is contained in:
parent
1e8d6b23cf
commit
cc635d4447
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue