Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Nov 26, 2024
1 parent 93c98c8 commit cbad928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/luadefs/CLuaModelDefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void CLuaModelDefs::LoadFunctions()
{
constexpr static const std::pair<const char*, lua_CFunction> functions[]{
// Util func
{"IsValidModel", ArgumentParser<IsValidModel>},
{"isValidModel", ArgumentParser<IsValidModel>},

// LOD funcs
{"getLowLODModel", ArgumentParser<GetLowLODModel>},
Expand Down

0 comments on commit cbad928

Please sign in to comment.