Disable Debug Messages

This commit is contained in:
Sn0wStorm
2013-09-09 16:28:35 +02:00
parent a549280ee6
commit ef7293883f
5 changed files with 18 additions and 55 deletions
-1
View File
@@ -109,7 +109,6 @@ public class BPlayer {
} else {
bPlayer.drinkCap(player);
}
P.p.msg(player, "Du bist nun " + bPlayer.drunkeness + "% betrunken, mit einer Qualität von " + bPlayer.getQuality());
return true;
}
return false;