Updated to latest Protocol Version
This commit is contained in:
@@ -64,11 +64,10 @@ public class Main {
|
||||
|
||||
protocolBridge = new ProtocolBridge(new WebServer(
|
||||
new File("auth.ini"), new File("rules.ini"),
|
||||
tcpPort, udpPort,
|
||||
sessionExpire, maxUpload),
|
||||
values, ProtocolVersion.PV_1_0_0_BETA, new File("logs"));
|
||||
|
||||
protocolBridge.getProtocolServer().getNetwork().start();
|
||||
protocolBridge.getProtocolServer().getNetwork().start(tcpPort, udpPort);
|
||||
|
||||
commandManager = new CommandManager(values.eventManager);
|
||||
commandManager.registerCommand(StopCommand.class);
|
||||
|
||||
Reference in New Issue
Block a user