screenshot plugin: add League folder
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
This commit is contained in:
@@ -621,6 +621,10 @@ public class ScreenshotPlugin extends Plugin
|
||||
{
|
||||
playerDir += "-Deadman";
|
||||
}
|
||||
else if (worldTypes.contains(WorldType.LEAGUE))
|
||||
{
|
||||
playerDir += "-League";
|
||||
}
|
||||
playerFolder = new File(SCREENSHOT_DIR, playerDir);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user