3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 21:10:17 +01:00
Commit graph

3 Commits

Autor SHA1 Nachricht Datum
md_5
10a61a9d08 Remove whitelist fix patch, pulled upstream & also slightly incorrect, userCache.a() does not perform a full lookup. 2014-04-15 12:03:38 +10:00
md_5
0410a40c1f Add obfuscation helper patch to assist update process. 2014-04-14 10:42:54 +10:00
myiume
c6140eafcc 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.
2014-04-13 20:13:13 +10:00