From 572ce75769a02b787bcf569717f43cbf8a5db4eb Mon Sep 17 00:00:00 2001 From: Slumey <100669917+Slumey@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:04:28 -0400 Subject: [PATCH] fix: typo in game data --- src/cs2fixes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cs2fixes.cpp b/src/cs2fixes.cpp index 639a226..319d77c 100644 --- a/src/cs2fixes.cpp +++ b/src/cs2fixes.cpp @@ -124,7 +124,7 @@ bool CS2Fixes::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool std::string gamedirname = CGameConfig::GetDirectoryName(gamedirpath.Get()); - const char* gamedataPath = "addons/cs2fixes-rampbugfix/gamedata/cs2fixes.games.txt"; + const char* gamedataPath = "addons/CS2-SurfFixes/gamedata/cs2fixes.games.txt"; Message("Loading %s for game: %s\n", gamedataPath, gamedirname.c_str()); g_GameConfig = new CGameConfig(gamedirname, gamedataPath);