We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ac3993 + 3d90d22 commit 0235660Copy full SHA for 0235660
server/core/src/main/java/dev/slimevr/autobone/AutoBoneHandler.kt
@@ -123,7 +123,7 @@ class AutoBoneHandler(private val server: VRServer) {
123
124
// Save a recurring recording for users to send as debug info
125
announceProcessStatus(AutoBoneProcessType.RECORD, "Saving recording...")
126
- autoBone.saveRecording(frames, "LastABRecording.pfr")
+ autoBone.saveRecording(frames, "LastABRecording.pfs")
127
if (autoBone.globalConfig.saveRecordings) {
128
announceProcessStatus(
129
AutoBoneProcessType.RECORD,
0 commit comments