Fixed structs extension using the wrong filename.
This commit is contained in:
parent
412ad74aad
commit
e191d446a7
@ -79,7 +79,7 @@ void Structs::SDK_OnAllLoaded()
|
|||||||
|
|
||||||
|
|
||||||
char error[100];
|
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!");
|
g_pSM->LogError(myself, "Parsing Failed!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user