mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-08 10:58:31 +00:00
Fixed MetamodVersionInfo::GetGameDir always returning NULL or garbage.
This commit is contained in:
parent
3137d78997
commit
8c4bda40a0
@ -139,7 +139,7 @@ struct MetamodVersionInfo
|
|||||||
*/
|
*/
|
||||||
inline const char *GetGameDir() const
|
inline const char *GetGameDir() const
|
||||||
{
|
{
|
||||||
if (pl_max >= 15)
|
if (pl_max < 15)
|
||||||
return NULL;
|
return NULL;
|
||||||
return game_dir;
|
return game_dir;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user