1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-26 02:30:38 +01:00

Remove uneeded variable in nalc mod

This commit is contained in:
sys4 2017-11-26 08:34:26 +01:00
parent b7ae403763
commit 97e4cb7eb7

View File

@ -34,7 +34,6 @@ if minetest.get_modpath("quests") and quests then
function(player) function(player)
if not player then return end if not player then return end
local playern = player:get_player_name()
minetest.after( minetest.after(
2, 2,
function(playername) function(playername)