Implement Handler.LandGolfBalInCupHandler and handle packet exploits.

Added multiple checks to prevent clients from sending the golfball packet directly, without having golf play actions.
This commit is contained in:
Patrikkk 2020-06-01 12:59:40 +02:00
parent 26773f61a2
commit 4944ee3144
3 changed files with 120 additions and 0 deletions

View file

@ -88,6 +88,7 @@
<Compile Include="DB\ResearchDatastore.cs" />
<Compile Include="DB\TileManager.cs" />
<Compile Include="Extensions\ExceptionExt.cs" />
<Compile Include="Handlers\LandGolfBallInCupHandler.cs" />
<Compile Include="Handlers\SendTileSquareHandler.cs" />
<Compile Include="Hooks\AccountHooks.cs" />
<Compile Include="Hooks\GeneralHooks.cs" />