Muirfield / bad-plugins

PocketMine Plugins that are not good enough to be hosted in plugins.pocketmine.net
GNU General Public License v2.0
23 stars 17 forks source link

fix for deprecated move calls -- mobs are no longer moving under 1.5 #16

Closed johnfontaine closed 9 years ago

johnfontaine commented 9 years ago

Version 1.5 of Pocketmine introduced a new movement system and deprecated addEntityMotion. The result is that mobs no longer move. I made the following changes to be in line with the new movement code based on changes I observed in the Pocketmine source.

johnfontaine commented 9 years ago

Whoops sent over wrong code. Will reopen later.