Skip to content

Commit 3d90d22

Browse files
committed
Fix PFR extension being used for PFS file
1 parent 7ac3993 commit 3d90d22

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)