fix: query hook not working on linux
This commit is contained in:
parent
64aa02955c
commit
7f07817c52
5 changed files with 26 additions and 9 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue