Removed broken loop

This commit is contained in:
dawidg81 2026-03-08 13:40:18 +01:00
commit d0c1bc5074

View file

@ -14,10 +14,7 @@ int main() {
Socket socket;
socket.winInit();
socket.winBind();
running = true;
while(running){
socket.winListen();
}
return 0;
}