Removed useless function variable.

This commit is contained in:
GJ 2013-01-28 08:36:55 -05:00
parent 92262d0e47
commit 088d4ac14a

View File

@ -130,7 +130,6 @@ public class Herbalism {
int id = block.getTypeId();
Material type = block.getType();
Byte data = block.getData();
Location location = block.getLocation();
Material mat = null;