12 lines
167 B
C++
12 lines
167 B
C++
#pragma once
|
|
|
|
namespace big
|
|
{
|
|
namespace freemode
|
|
{
|
|
inline void NETWORK_BAIL(rage::scrNativeCallContext* src)
|
|
{
|
|
LOG(INFO) << "NETWORK_BAIL prevented";
|
|
}
|
|
}
|
|
} |