FlansMods / FlansModReloaded

Other
20 stars 1 forks source link

Shot Verification on Server Side #40

Open jamioflan opened 7 months ago

jamioflan commented 7 months ago

ShootAction.java:158 ` // TODO: Big security pass needed

    // Verify that this shot makes sense by itself
    // TODO: Check if we can shoot based on our local data about our
    // a) Inventory, ammo levels
    // b) Shoot cooldown
    // c) Handedness

    // TODO: Random spot check later - run a little statistical analysis on this player's shots over some time period`