mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove static keyword
Can't be isolated to translation unit if only std::thread's ctor references it, triggers a compiler warning (C4505) that is treated as an error.
This commit is contained in:
parent
ad6466fa6c
commit
e67fcfd1fb
@ -60,7 +60,7 @@
|
||||
// Input : &netGameServer -
|
||||
// Output : Returns true on success, false otherwise.
|
||||
//-----------------------------------------------------------------------------
|
||||
static bool HostState_KeepAlive(const NetGameServer_t& netGameServer)
|
||||
bool HostState_KeepAlive(const NetGameServer_t& netGameServer)
|
||||
{
|
||||
if (!g_pServer->IsActive() || !sv_pylonVisibility->GetBool()) // Check for active game.
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user