Last commit of mine before I update

This commit is contained in:
WayofTime 2015-02-27 16:31:08 -05:00
parent adc14d5f46
commit 3b7e58215b
6 changed files with 45 additions and 2 deletions

View file

@ -43,7 +43,6 @@ public class BookEntityItem extends EntityItem
public void onUpdate()
{
super.onUpdate();
System.out.println("I is alive");
}
@Override