3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00
Dieser Commit ist enthalten in:
onebeastchris 2024-09-20 22:40:25 +08:00
Ursprung 6d4ae9680f
Commit 739de66017

Datei anzeigen

@ -125,8 +125,7 @@ public class SessionLoadResourcePacksEventImpl extends SessionLoadResourcePacksE
OptionHolder optionHolder = sessionPackOptionOverrides.get(uuid);
if (optionHolder == null) {
// Not creating a new option holder here since it would
// override the default priority option
// No need to create a new session option holder
return packHolder.optionHolder().immutableValues();
}