From 93fa795384d9ba682c8c85eb4da8dfb566404841 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Sat, 30 Sep 2023 20:31:31 -0700 Subject: [PATCH] Permit .rlp file attachments This is the file extension [used by the debug helper plugin for profiles][1]. [1]: https://github.com/abextm/runelite-debug-plugin/blob/6807e51c2a710919e2cd09fde9834f478fde0cd1/src/main/java/abex/os/debug/ProfilerPanel.java#L163 --- lib/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index 34a0847e0..a3d1803da 100644 --- a/lib/config.js +++ b/lib/config.js @@ -142,7 +142,8 @@ export default { '.ogg', '.wav', '.wma', - '.mkv' + '.mkv', + '.rlp' ] }, autoLogs: {