From e191d446a788dcb65689422d60a1e8d2de0c5469 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 31 Oct 2008 22:54:19 -0700 Subject: [PATCH] Fixed structs extension using the wrong filename. --- extensions/structs/extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }