mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 06:47:22 +08:00
13 lines
166 B
C++
13 lines
166 B
C++
![]() |
#include "hooking/hooking.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
bool hooks::network_can_access_multiplayer(void* a1, int* error)
|
||
|
{
|
||
|
if (error)
|
||
|
*error = 0;
|
||
|
|
||
|
return true;
|
||
|
}
|
||
|
}
|