Skip to content

Commit

Permalink
small test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 5, 2024
1 parent 810ec23 commit 48ee816
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/lua_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ void PushValue(GarrysMod::Lua::ILuaBase* LUA, ILuaValue* value)
LUA->Pop(2);
*/
break;
case GarrysMod::Lua::Type::VECTOR:
Push_Vector(LUA, value->vec);
break;
case GarrysMod::Lua::Type::ANGLE:
Push_Angle(LUA, value->ang);
break;
case GarrysMod::Lua::Type::Table:
LUA->CreateTable();
for (auto& [key, val] : value->tbl)
Expand Down

0 comments on commit 48ee816

Please sign in to comment.