Typo comments

This commit is contained in:
thatsIch 2014-09-21 01:46:46 +02:00
parent cf32d77504
commit b08f14138a

View file

@ -666,7 +666,7 @@ public class Platform
}
/*
* Generates Item entiies in the world similar to how items are generally droped.
* Generates Item entities in the world similar to how items are generally dropped.
*/
public static void spawnDrops(World w, int x, int y, int z, List<ItemStack> drops)
{