quantum-space-buddies/QSB/default-config.json

10 lines
166 B
JSON
Raw Normal View History

2020-02-10 22:03:28 +00:00
{
"enabled": true,
"settings": {
"defaultServerIP": "localhost",
"port": 7777,
2021-02-26 22:51:21 +00:00
"debugMode": true,
2021-02-21 18:25:25 +00:00
"showLinesInDebug": false,
2021-02-22 10:53:50 +00:00
"socketedObjToDebug": -1
}
2020-12-03 08:28:05 +00:00
}