aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_server.h')
-rw-r--r--src/script/lua_api/l_server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/script/lua_api/l_server.h b/src/script/lua_api/l_server.h
index 3b590af9d..938bfa8ef 100644
--- a/src/script/lua_api/l_server.h
+++ b/src/script/lua_api/l_server.h
@@ -96,9 +96,6 @@ private:
// kick_player(name, [message]) -> success
static int l_kick_player(lua_State *L);
-
- // redirect_player(name, address, port) -> success
- static int l_redirect_player(lua_State *L);
// remove_player(name)
static int l_remove_player(lua_State *L);