Skip to content

Commit

Permalink
Update CppScripts exclusion list (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiernan-Alderman authored May 25, 2024
1 parent 8ae1a8f commit debc2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dScripts/CppScripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ CppScripts::Script* const CppScripts::GetScript(Entity* parent, const std::strin
(scriptName == "scripts\\02_server\\Enemy\\General\\L_BASE_ENEMY_SPIDERLING.lua") ||
(scriptName == "scripts\\ai\\FV\\L_ACT_NINJA_STUDENT.lua") ||
(scriptName == "scripts\\ai\\WILD\\L_WILD_GF_FROG.lua") ||
(scriptName == "scripts\\empty.lua")
(scriptName == "scripts\\empty.lua") ||
(scriptName == "scripts\\ai\\AG\\L_AG_SENTINEL_GUARD.lua")
)) LOG_DEBUG("LOT %i attempted to load CppScript for '%s', but returned InvalidScript.", parent->GetLOT(), scriptName.c_str());
}

Expand Down

0 comments on commit debc2a9

Please sign in to comment.