Typo findPrefered

This commit is contained in:
thatsIch
2014-09-21 01:45:39 +02:00
parent 26238cb1b5
commit 3a9263ca74
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1744,7 +1744,7 @@ public class Platform
return false;
}
public static Object findPrefered(ItemStack[] is)
public static Object findPreferred(ItemStack[] is)
{
for (ItemStack stack : is)
{