CigarLounge / sbox-TTT

TTT is a mafia-esque multiplayer game created using s&box
https://cigarlounge.github.io/
Other
21 stars 11 forks source link

Body inspection sometimes ends up with null refs #332

Closed matekdev closed 1 year ago

matekdev commented 1 year ago

We probably aren't checking !Player.LastDamage.Equals( default( DamageInfo ) ) Unfortunately this is probably because of s&box networking, lets avoid searching the body if not all data is available.

matekdev commented 1 year ago

Maybe fixed