TShock/TShockAPI/Handlers
Patrikkk 5decc50bd9 Bouncer OnNewProjectile - Add checks on directional projectiles.
**This commit does not have any effect on actual gameplay as of current project state, but it does let valid projectile creation pass through instead of getting caught up in Bouncer. That catch is currently disabled for the time being, until all valid projectile creation check is added.**

Things would have get caught up in our bouncer eversince 1.4. We commented out the catch (the disable and handling) for now, but none of these new projectiles were added to let them pass.
Renaming stabProjectile to directionalProjectile. Adding staffs to directionalProjectiles
Adding check for GolfClubHelper projectile.

Left in a debug check for golfball projectile. I would want to see if the reject gets triggered in a proper server enviroment. I didn't want to handle the projectile just yet.
Adding GolfBallItemIDs list in Handlers.LandGolfBallInCupHandler.cs
2020-06-09 14:04:27 +02:00
..
NetModules Remove invalid dictionary entries in CreativePowerHandler 2020-06-04 19:40:41 +09:30
EmojiHandler.cs Refactor EmojiHandler to implement IPacketHandler<TArgs> 2020-06-02 19:18:43 +09:30
IPacketHandler.cs Add IPacketHandler 2020-06-02 10:44:10 +09:30
LandGolfBallInCupHandler.cs Bouncer OnNewProjectile - Add checks on directional projectiles. 2020-06-09 14:04:27 +02:00
SendTileSquareHandler.cs Add some sanity checking around tile object sizes 2020-06-05 12:16:24 +09:30
SyncTilePickingHandler.cs SyncTilePickingHandler - Remove redundant check. Properly document method. 2020-06-02 19:26:25 +02:00