mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename love::luasocket::__open to love::luasocket::preload
This commit is contained in:
@@ -652,7 +652,7 @@ int luaopen_love(lua_State *L)
|
||||
#endif
|
||||
|
||||
#ifdef LOVE_ENABLE_LUASOCKET
|
||||
love::luasocket::__open(L);
|
||||
love::luasocket::preload(L);
|
||||
#endif
|
||||
#ifdef LOVE_ENABLE_ENET
|
||||
love::luax_preload(L, luaopen_enet, "enet");
|
||||
|
||||
Reference in New Issue
Block a user