diff --git a/src/Companion.cpp b/src/Companion.cpp index 396322d..ca37323 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -80,7 +80,7 @@ void Companion::Init(const ExportType type) { this->RegisterFactory("SF64:MSG_TABLE", std::make_shared()); this->RegisterFactory("SF64:SCRIPT", std::make_shared()); this->RegisterFactory("SF64:HITBOX", std::make_shared()); - this->RegisterFactory("SF64:ENVSETTINGS", std::make_shared()); + this->RegisterFactory("SF64:ENV_SETTINGS", std::make_shared()); this->RegisterFactory("SF64:OBJECT_INIT", std::make_shared()); this->Process();