notlite/config/yosbr/config/replaymod.json
NullBite ce19f6e9b7
Disable all recording by default for ReplayMod
I like to have it installed for convenience if I ever need it, but it
uses a LOT of memory when recording is enabled, and it probably
shouldn't be enabled by default.
2023-10-30 16:00:18 -04:00

8 lines
117 B
JSON

{
"recording": {
"recordSingleplayer": false,
"recordServer": false,
"autoStartRecording": false
}
}