Remove uneeded variable in nalc mod

This commit is contained in:
sys4 2017-11-26 08:34:26 +01:00
parent b7ae403763
commit 97e4cb7eb7
1 changed files with 0 additions and 1 deletions

View File

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