Split Valuable and Untradeable screenshot options (#7167)

This commit is contained in:
Spedwards
2019-01-04 09:12:24 +11:00
committed by Tomas Slusny
parent 8dc049e9a5
commit 57d2ec5317
3 changed files with 29 additions and 6 deletions

View File

@@ -104,6 +104,7 @@ public class ScreenshotPluginTest
when(screenshotConfig.screenshotRewards()).thenReturn(true);
when(screenshotConfig.screenshotLevels()).thenReturn(true);
when(screenshotConfig.screenshotValuableDrop()).thenReturn(true);
when(screenshotConfig.screenshotUntradeableDrop()).thenReturn(true);
}
@Test