mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 07:02:18 -07:00
Somehow a bunch of items were missed
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
|
||||
try {
|
||||
- this.getConnection().startTcpServerListener(inetAddress, this.getPort());
|
||||
+ this.getConnection().bind(bindAddress); // Paper - Unix domain socket support
|
||||
+ this.getConnection().startTcpServerListener(bindAddress); // Paper - Unix domain socket support
|
||||
} catch (IOException var10) {
|
||||
LOGGER.warn("**** FAILED TO BIND TO PORT!");
|
||||
LOGGER.warn("The exception was: {}", var10.toString());
|
||||
|
Reference in New Issue
Block a user