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.
This commit is contained in:
parent
02f6562f8e
commit
ce19f6e9b7
@ -1,5 +1,7 @@
|
||||
{
|
||||
"recording": {
|
||||
"autoStartRecording": false
|
||||
}
|
||||
"recording": {
|
||||
"recordSingleplayer": false,
|
||||
"recordServer": false,
|
||||
"autoStartRecording": false
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ hash = "f4f3a9663a482ff424c2db4212fc6f6842c1af3bfb97ebe5c5d7e35e33974e78"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/replaymod.json"
|
||||
hash = "83a5bff94752832247869618261f7a606a8a19b246a1eb250b17142bfefff082"
|
||||
hash = "93659cc038fc404d0cab2eb840121b47f5287206a9e6aa00858ed70372b84187"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user