Added some more Strings to LanguageReader

This commit is contained in:
Sn0wStorm
2013-10-15 18:14:11 +02:00
parent 46e6ca9773
commit 54d4521b2b
7 changed files with 56 additions and 30 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class BRecipe {
if (mat != null) {
this.ingredients.put(Material.matchMaterial(ingredParts[0]), P.p.parseInt(ingredParts[1]));
} else {
P.p.errorLog("Unbekanntes Material: " + ingredParts[0]);
P.p.errorLog("Unknown Material: " + ingredParts[0]);
this.ingredients = null;
return;
}