screenshot: Use separate directory for tournament/beta worlds (#13631)
This commit is contained in:
@@ -127,6 +127,10 @@ public class ImageCapture
|
||||
{
|
||||
playerDir += "-League";
|
||||
}
|
||||
else if (worldTypes.contains(WorldType.TOURNAMENT))
|
||||
{
|
||||
playerDir += "-Tournament";
|
||||
}
|
||||
|
||||
if (!Strings.isNullOrEmpty(subDir))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user