fix: query hook not working on linux

This commit is contained in:
jeefo 2023-06-08 16:59:52 +03:00
commit 7f07817c52
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
5 changed files with 26 additions and 9 deletions

View file

@ -316,7 +316,7 @@ void Bot::updatePickups () {
}
edict_t *pickupItem = nullptr;
Pickup pickupType = Pickup::None;
int32_t pickupType = Pickup::None;
Vector pickupPos = nullptr;
m_pickupItem = nullptr;