1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

stricter luacheck (no globals) / travis ci file

This commit is contained in:
NatureFreshMilk
2019-10-08 08:14:03 +02:00
parent caa98d98b1
commit 285473d4fc
5 changed files with 27 additions and 12 deletions

View File

@ -10,7 +10,7 @@
local has_mesecons = minetest.get_modpath("mesecons")
function activate_palm_scanner(pos, node, player)
local function activate_palm_scanner(pos, node, player)
local name = player and player:get_player_name()
name = name or ""