From 37386b9c3cfc6746734f8c00fa99a44a63b8aeed Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 4 Dec 2022 12:35:14 +0100 Subject: Expose dtime_s to LBM handler --- src/script/lua_api/l_env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/lua_api/l_env.h') diff --git a/src/script/lua_api/l_env.h b/src/script/lua_api/l_env.h index 3b386f86a..08782a4fb 100644 --- a/src/script/lua_api/l_env.h +++ b/src/script/lua_api/l_env.h @@ -287,7 +287,7 @@ public: this->trigger_contents = trigger_contents; this->name = name; } - virtual void trigger(ServerEnvironment *env, v3s16 p, MapNode n); + virtual void trigger(ServerEnvironment *env, v3s16 p, MapNode n, float dtime_s); }; //! Lua wrapper for RaycastState objects -- cgit v1.2.3