Removed debug from testing the fix for resources on the desktop

This commit is contained in:
Adubbz 2013-04-22 22:49:30 +10:00
parent b00f7e71dd
commit d8131a04db
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public class BiomesOPlenty
{
for (String soundFile : soundFiles) try
{
System.out.println(Minecraft.getMinecraftDir().getAbsolutePath().toString() + "/resources/mod/streaming/" + soundFile);
File file = new File(Minecraft.getMinecraftDir().getAbsolutePath() + "/resources/mod/streaming/" + soundFile);
if (!file.exists()) {
System.out.println("[BiomesOPlenty] " + soundFile + " doesn't exist, creating...");