From b53f4457e638ac81b8e2c21b4c0ccb6de6c96d7c Mon Sep 17 00:00:00 2001 From: Huoji's <1296564236@qq.com> Date: Thu, 19 Oct 2023 02:32:21 +0800 Subject: [PATCH] 1 --- csgo2/script_apis.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/csgo2/script_apis.cpp b/csgo2/script_apis.cpp index c5b642b..0d5b878 100644 --- a/csgo2/script_apis.cpp +++ b/csgo2/script_apis.cpp @@ -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);