User-Flow, поиск, редактирование информации о себе

This commit is contained in:
RoyceDa
2026-02-05 01:22:39 +02:00
parent f74f4e7af7
commit 4a4cd81891
14 changed files with 415 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ public class Server extends WebSocketServer {
@Override
public void onError(WebSocket arg0, Exception arg1) {
arg1.printStackTrace();
if(this.listener == null){
return;
}