Skip to content

Commit 75ec334

Browse files
Merge pull request #7 from M-archand/main
Update gamedataPath for plugin name change
2 parents a14e621 + c33cce0 commit 75ec334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cs2fixes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ bool CS2Fixes::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool
123123

124124
std::string gamedirname = CGameConfig::GetDirectoryName(gamedirpath.Get());
125125

126-
const char* gamedataPath = "addons/cs2fixes/gamedata/cs2fixes.games.txt";
126+
const char* gamedataPath = "addons/cs2fixes-rampbugfix/gamedata/cs2fixes.games.txt";
127127
Message("Loading %s for game: %s\n", gamedataPath, gamedirname.c_str());
128128

129129
g_GameConfig = new CGameConfig(gamedirname, gamedataPath);

0 commit comments

Comments
 (0)