Skip to content
Snippets Groups Projects
Commit 01e023d0 authored by rswindell's avatar rswindell
Browse files

Disabled debug mode when exiting.

parent 501cdf94
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,6 @@ while(socket.is_connected && client.socket.is_connected) {
console.status &= ~CON_RAW_IN; // Disable raw input mode
socket.debug=false;
print("\r\nEnd of socktest!\r\n");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment