From d80e625302a2105631aad24795918fcdce9d7651 Mon Sep 17 00:00:00 2001 From: Magic fTail Date: Fri, 7 Sep 2018 02:05:31 +0200 Subject: [PATCH] Add Quest to quest screenshots --- .../runelite/client/plugins/screenshot/ScreenshotPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java index 570c9d5f7b..970442e3b8 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/screenshot/ScreenshotPlugin.java @@ -273,7 +273,7 @@ public class ScreenshotPlugin extends Plugin { // "You have completed The Corsair Curse!" String text = client.getWidget(WidgetInfo.QUEST_COMPLETED_NAME_TEXT).getText(); - fileName = text.substring(19, text.length() - 1); + fileName = "Quest(" + text.substring(19, text.length() - 1) + ")"; } if (fileName != null)