From b3d54ec55c3669c8b04fbce13cd93bf2a9dd4eec Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Feb 2021 00:21:54 +0100 Subject: [PATCH] start command --- engine.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/engine.lua b/engine.lua index ca03931..83949b3 100644 --- a/engine.lua +++ b/engine.lua @@ -192,7 +192,6 @@ local function show_lightning(player_name) --save the lightning per player, NOT per climate player:get_meta():set_int("climatez:lightning", hud_id) if climatez.settings.thunder_sound then - local player_name = player:get_player_name() minetest.sound_play("climatez_thunder", { to_player = player_name, loop = false,