aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_env.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-08-22 14:24:58 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-08-22 14:24:58 +0200
commitd8b8c1d313c29e92b4ef15ad0a1fddd5ec8bc651 (patch)
tree85c94ccb8e261392e694c3eec48ba5802b270218 /src/script/lua_api/l_env.cpp
parent6e6c68ba046e9cddfafb069931731d68a2b5ec21 (diff)
downloaddragonfireclient-d8b8c1d313c29e92b4ef15ad0a1fddd5ec8bc651.tar.xz
Added Documentation for Additional API
Diffstat (limited to 'src/script/lua_api/l_env.cpp')
-rw-r--r--src/script/lua_api/l_env.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/lua_api/l_env.cpp b/src/script/lua_api/l_env.cpp
index bd5865bf6..8a72acee1 100644
--- a/src/script/lua_api/l_env.cpp
+++ b/src/script/lua_api/l_env.cpp
@@ -1536,8 +1536,6 @@ void ModApiEnvMod::Initialize(lua_State *L, int top)
API_FCT(get_gametime);
API_FCT(get_day_count);
API_FCT(find_node_near);
- API_FCT(find_nodes_near);
- API_FCT(find_nodes_near_under_air);
API_FCT(find_nodes_in_area);
API_FCT(find_nodes_in_area_under_air);
API_FCT(fix_light);