mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-26 04:25:37 +01:00
Remove my silly printlines
This commit is contained in:
parent
b76da91013
commit
a2c6dad243
@ -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) {
|
||||
|
@ -66,7 +66,6 @@ public class PurgeWorlds {
|
||||
// Check against Animals
|
||||
if (this.killCreature(mvworld, e, thingsToKill, negateAnimals)) {
|
||||
entitiesKilled++;
|
||||
continue;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user