diff --git a/extensions/structs/extension.cpp b/extensions/structs/extension.cpp index 29660860..6ec31c01 100644 --- a/extensions/structs/extension.cpp +++ b/extensions/structs/extension.cpp @@ -79,7 +79,7 @@ void Structs::SDK_OnAllLoaded() char error[100]; - if (!gameconfs->LoadGameConfigFile("structs", &conf, error, sizeof(error))) + if (!gameconfs->LoadGameConfigFile("structs.gamedata", &conf, error, sizeof(error))) { g_pSM->LogError(myself, "Parsing Failed!"); }