mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Change modifier of setState method (#685)
This commit is contained in:
parent
f4f2ec09fe
commit
7211f65060
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class MinecraftProtocol extends PacketProtocol {
|
|||
return this.state;
|
||||
}
|
||||
|
||||
protected void setState(ProtocolState state) {
|
||||
public void setState(ProtocolState state) {
|
||||
this.state = state;
|
||||
this.stateCodec = this.codec.getCodec(state);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue