Skip to content

Commit 0235660

Browse files
authored
Fix PFR extension being used for PFS file (#1593)
2 parents 7ac3993 + 3d90d22 commit 0235660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/core/src/main/java/dev/slimevr/autobone/AutoBoneHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AutoBoneHandler(private val server: VRServer) {
123123

124124
// Save a recurring recording for users to send as debug info
125125
announceProcessStatus(AutoBoneProcessType.RECORD, "Saving recording...")
126-
autoBone.saveRecording(frames, "LastABRecording.pfr")
126+
autoBone.saveRecording(frames, "LastABRecording.pfs")
127127
if (autoBone.globalConfig.saveRecordings) {
128128
announceProcessStatus(
129129
AutoBoneProcessType.RECORD,

0 commit comments

Comments
 (0)