screenshot plugin: add League folder

Co-authored-by: Hydrox6 <ikada@protonmail.ch>
This commit is contained in:
Adam
2019-11-15 09:48:26 -05:00
parent 0c7f6fda9c
commit ef15e79885

View File

@@ -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