Remove Drunkeness on Death

This commit is contained in:
Sn0wStorm
2013-09-06 00:22:39 +02:00
parent c691fea1ee
commit dcf92cf074
3 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ public class BRecipe {
if (mat != null) {
this.ingredients.put(Material.matchMaterial(ingredParts[0]), P.p.parseInt(ingredParts[1]));
} else {
P.p.errorLog("Unknown Material: " + ingredParts[0]);
P.p.errorLog("Unbekanntes Material: " + ingredParts[0]);
this.ingredients = null;
return;
}
} else {