mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
don't clear applied resource pack for 1.20.3 in config state
This commit is contained in:
@@ -85,8 +85,8 @@ public class ConfigSessionHandler implements MinecraftSessionHandler {
|
||||
ConnectedPlayer player = serverConn.getPlayer();
|
||||
if (player.getProtocolVersion() == ProtocolVersion.MINECRAFT_1_20_2) {
|
||||
resourcePackToApply = player.getAppliedResourcePack();
|
||||
player.clearAppliedResourcePack();
|
||||
}
|
||||
player.clearAppliedResourcePack();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user