diff options
Diffstat (limited to 'src/scriptapi.h')
-rw-r--r-- | src/scriptapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scriptapi.h b/src/scriptapi.h index baaf061a9..f695e5263 100644 --- a/src/scriptapi.h +++ b/src/scriptapi.h @@ -61,7 +61,6 @@ void scriptapi_on_dieplayer(lua_State *L, ServerActiveObject *player); bool scriptapi_on_respawnplayer(lua_State *L, ServerActiveObject *player); void scriptapi_on_joinplayer(lua_State *L, ServerActiveObject *player); void scriptapi_on_leaveplayer(lua_State *L, ServerActiveObject *player); -void scriptapi_get_creative_inventory(lua_State *L, ServerActiveObject *player); bool scriptapi_get_auth(lua_State *L, const std::string &playername, std::string *dst_password, std::set<std::string> *dst_privs); void scriptapi_create_auth(lua_State *L, const std::string &playername, |