mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Use proper Client constructor
This commit is contained in:
parent
30588f7be0
commit
83201135ec
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class Client {
|
|||
}
|
||||
|
||||
public Client(String host, int port, PacketProtocol protocol, SessionFactory factory) {
|
||||
new Client(host, port, null, 0, protocol, factory);
|
||||
this(host, port, null, 0, protocol, factory);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue