mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Default client local address to 0.0.0.0.
This commit is contained in:
parent
f37d2eaf3a
commit
09d7774037
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class Client {
|
|||
}
|
||||
|
||||
public Client(String host, int port, PacketProtocol protocol, SessionFactory factory) {
|
||||
this(host, port, null, 0, protocol, factory);
|
||||
this(host, port, "0.0.0.0", 0, protocol, factory);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue