1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 13:03:35 +08:00
This commit is contained in:
liujiahua123123 2019-08-21 19:53:20 +08:00
parent d02704bebb
commit 4a7b706f23

View File

@ -21,6 +21,7 @@ public class MiraiUDPClient {
this.listener = new LocalUDPListener(new LocalUDPSocketProvider(
address,localPort,serverPort,null
));
this.listener.startup();
}
}