mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-07 00:06:08 +00:00
- MP.Core -> mp_core
- MP.Game -> mp_game - MP.try_pop -> mp_try_pop - MP.open_url -> mp_open_url
This commit is contained in:
@@ -40,8 +40,8 @@ namespace GELuaTable {
|
||||
}
|
||||
inline void InsertFunction(lua_State* L, const char* name,
|
||||
lua_CFunction func) {
|
||||
BeginEntry(L, name);
|
||||
//BeginEntry(L, name);
|
||||
GELua::lua_pushcclosure(L, func, 0);
|
||||
EndEntry(L);
|
||||
End(L, name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user