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

@ -20,7 +20,7 @@ private:
SmallArray <Twin <String, String>> m_tags {};
HashMap <int32_t, String> m_weaponAlias {};
Detour <decltype (sendto)> m_sendToDetour { "ws2_32.dll", "sendto", sendto };
Detour <decltype (sendto)> m_sendToDetour { };
public:
BotSupport ();