sp gui button size
This commit is contained in:
parent
705395472a
commit
b7fd82b170
5 changed files with 15 additions and 14 deletions
|
@ -89,7 +89,6 @@ import game.world.WorldPos;
|
|||
import game.world.WorldServer;
|
||||
|
||||
public final class Server implements Runnable, IThreadListener {
|
||||
// public static final int PORT = 26666;
|
||||
private static final LazyLoadBase<NioEventLoopGroup> SERVER_NIO_EVENTLOOP = new LazyLoadBase<NioEventLoopGroup>() {
|
||||
protected NioEventLoopGroup load() {
|
||||
return new NioEventLoopGroup(0, (new ThreadFactoryBuilder()).setNameFormat("Netty Server IO #%d").setDaemon(true).build());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue