mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix 'unreachable code' compiler warning
This commit is contained in:
parent
75b9c71fd7
commit
4827a3cc84
@ -31,7 +31,9 @@ bool IsOriginInitialized()
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#ifndef DEDICATED
|
||||||
return false;
|
return false;
|
||||||
|
#endif // DEDICATED
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef CLIENT_DLL
|
#ifndef CLIENT_DLL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user