1
This commit is contained in:
parent
237a10e9bf
commit
162c2585c6
@ -1181,7 +1181,8 @@ bool Bullet::IsClientHook()
|
||||
if (!sender.Get()->IsPlayer()) {
|
||||
return false;
|
||||
}
|
||||
if (sender.Get()->GetNetData()->join_msg->proto_version() > 0 &&
|
||||
if (sender.Get()->GetNetData()->join_msg &&
|
||||
sender.Get()->GetNetData()->join_msg->proto_version() > 0 &&
|
||||
sender.Get()->GetNetData()->join_msg->proto_version() < 2023121501) {
|
||||
return false;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user