Merge branch 'develop' of https://github.com/fedddddd/h2-mod into develop
This commit is contained in:
@ -195,7 +195,7 @@ namespace gsc
|
||||
|
||||
fastfiles::enum_assets(game::ASSET_TYPE_RAWFILE, [](game::XAssetHeader header)
|
||||
{
|
||||
std::string name = header.scriptfile->name;
|
||||
std::string name = header.rawfile->name;
|
||||
|
||||
if (name.ends_with(".gsc") && name.starts_with("scripts/"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user