Commit Graph

3 Commits

Author SHA1 Message Date
Spigot
aff3d19f1e Remove whitelist fix patch, pulled upstream & also slightly incorrect, userCache.a() does not perform a full lookup.
By: md_5 <git@md-5.net>
2014-04-15 12:03:38 +10:00
Spigot
5f889e2cf5 Add obfuscation helper patch to assist update process.
By: md_5 <git@md-5.net>
2014-04-14 10:40:29 +10:00
Spigot
c739e5da15 Fix PlayerFishEvent not properly cancelling. Fixes
BUKKIT-5245,BUKKIT-5396

PlayerFishEvent event states are not properly being cancelled,
the FishingHookEntity being deleted when the event is cancelled,
thus making the event happen. The event states of CAUGHT_ENTITY,
CAUGHT_FISH, FAILED_ATTEMPT, IN_GROUND must keep the
EntityFishingHook alive in order to cancel the event.
Removed the entity despawn lines when event is cancelled
and added a cancelled action for FAILED_ATTEMPT state.

By: myiume <cursed_kidd@yahoo.com>
2014-04-13 20:13:13 +10:00