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:
parent
b7ae403763
commit
97e4cb7eb7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user