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

Commit

Permalink
fix steamid lose
Browse files Browse the repository at this point in the history
  • Loading branch information
huoji120 committed Oct 14, 2023
1 parent e6a7120 commit b314a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csgo2/script_apis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,8 @@ 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_TeleportPlayer", luaApi_TeleportPlayer);

luabridge::getGlobalNamespace(luaVm)
Expand Down

0 comments on commit b314a90

Please sign in to comment.