aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/load_cphys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/load_cphys.cpp')
-rw-r--r--src/client/lua_api/load_cphys.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/lua_api/load_cphys.cpp b/src/client/lua_api/load_cphys.cpp
index b38b84d..ed81408 100644
--- a/src/client/lua_api/load_cphys.cpp
+++ b/src/client/lua_api/load_cphys.cpp
@@ -40,9 +40,7 @@ int raytest(lua_State *L){
return 1;
}
-void load_physfuncs(lua_State* L){
- lua_newtable(L);//{}
- lua_setglobal(L,"phys");//
+void load_cphysfuncs(lua_State* L){
//phys things
cbphysbox_register(L);