Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
huoji120 committed Oct 18, 2023
1 parent 60d1eba commit b53f445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csgo2/script_apis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,6 @@ auto initFunciton(lua_State* luaVm) -> void {
lua_register(luaVm, "luaApi_GetConVarString", luaApi_GetConVarString);
lua_register(luaVm, "luaApi_GetConVarInt", luaApi_GetConVarInt);
lua_register(luaVm, "luaApi_GetPlayerSteamId", luaApi_GetPlayerSteamId);
lua_register(luaVm, "luaApi_GetPlayerSteamId", luaApi_GetPlayerSteamId);
lua_register(luaVm, "luaApi_RunClientCommand", luaApi_RunClientCommand);

// lua_register(luaVm, "luaApi_TeleportPlayer", luaApi_TeleportPlayer);
Expand Down

0 comments on commit b53f445

Please sign in to comment.