Update default-config.json

This commit is contained in:
Mister_Nebula 2021-05-10 14:51:51 +01:00
parent 512edd1742
commit 0f68e6da7a

View File

@ -3,8 +3,8 @@
"settings": {
"defaultServerIP": "localhost",
"port": 7777,
"debugMode": false,
"showLinesInDebug": false,
"debugMode": true,
"showLinesInDebug": true,
"socketedObjToDebug": -1
}
}