Fix 'unreachable code' compiler warning

This commit is contained in:
Kawe Mazidjatari 2023-04-16 01:23:11 +02:00
parent 75b9c71fd7
commit 4827a3cc84

View File

@ -31,7 +31,9 @@ bool IsOriginInitialized()
{ {
return true; return true;
} }
#ifndef DEDICATED
return false; return false;
#endif // DEDICATED
} }
#ifndef CLIENT_DLL #ifndef CLIENT_DLL