diff --git a/core/ISmmPluginExt.h b/core/ISmmPluginExt.h index be76e89..712e39b 100644 --- a/core/ISmmPluginExt.h +++ b/core/ISmmPluginExt.h @@ -139,7 +139,7 @@ struct MetamodVersionInfo */ inline const char *GetGameDir() const { - if (pl_max >= 15) + if (pl_max < 15) return NULL; return game_dir; }