Remove my silly printlines

This commit is contained in:
Eric Stokes 2011-09-16 19:18:36 -06:00
parent b76da91013
commit a2c6dad243
2 changed files with 2 additions and 4 deletions

View File

@ -383,7 +383,7 @@ public class MVWorld {
/**
* This is the one people have access to. It'll handle the rest.
*
*
* @param name
* @param value
* @return
@ -429,7 +429,6 @@ public class MVWorld {
GameMode mode = GameMode.valueOf(value.toUpperCase());
return this.setGameMode(mode);
} catch (Exception e) {
System.out.print("BLASKNKENFW");
}
}
@ -552,7 +551,7 @@ public class MVWorld {
/**
* Sets the chat color from a string.
*
*
* @param aliasColor
*/
public void setAliasColor(String aliasColor) {

View File

@ -66,7 +66,6 @@ public class PurgeWorlds {
// Check against Animals
if (this.killCreature(mvworld, e, thingsToKill, negateAnimals)) {
entitiesKilled++;
continue;
}
}