mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Cleanup comments, formatting, etc
This commit is contained in:
@@ -58,7 +58,7 @@ public class DedicatedServerConnectionThread extends Thread {
|
||||
try {
|
||||
Socket socket = this.d.accept();
|
||||
|
||||
// CraftBukkit start - connection throttle
|
||||
// CraftBukkit start - Connection throttle
|
||||
InetAddress address = socket.getInetAddress();
|
||||
long currentTime = System.currentTimeMillis();
|
||||
|
||||
|
Reference in New Issue
Block a user