Skip to content

Commit

Permalink
Readded CreateConVar
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed May 14, 2024
1 parent 715d2ec commit 9ec168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/library_Global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void InitGlobal(GarrysMod::Lua::ILuaInterface* LUA)
Add_Func(LUA, Global_Msg, "Msg");
Add_Func(LUA, RunConsoleCommand, "RunConsoleCommand");
Add_Func(LUA, GetConVar_Internal, "GetConVar_Internal");
//Add_Func(LUA, CreateConVar, "CreateConVar");
Add_Func(LUA, CreateConVar, "CreateConVar");
Add_Func(LUA, BroadcastLua, "BroadcastLua");

Add_Func(LUA, CurTime, "CurTime");
Expand Down

0 comments on commit 9ec168e

Please sign in to comment.