aboutsummaryrefslogtreecommitdiff
path: root/src/lua/luaopen_jin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/luaopen_jin.cpp')
-rw-r--r--src/lua/luaopen_jin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lua/luaopen_jin.cpp b/src/lua/luaopen_jin.cpp
index c50db14..6fbac77 100644
--- a/src/lua/luaopen_jin.cpp
+++ b/src/lua/luaopen_jin.cpp
@@ -1,7 +1,5 @@
#include "luaopen_jin.h"
#include "lua/luax.h"
-
-// embed all lua scripts
#include "embed/embed.h"
namespace jin
@@ -60,7 +58,7 @@ namespace lua
{"mouse", luaopen_mouse},
{"keyboard", luaopen_keyboard},
{"filesystem", luaopen_filesystem},
- {"net", luaopen_net},
+ //{"net", luaopen_net},
{"audio", luaopen_audio},
{"joypad", luaopen_joypad},
{0, 0}