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:
@ -2,8 +2,8 @@
|
||||
-- GENERATED CODE
|
||||
-- Node Box Editor, version 0.9.0
|
||||
|
||||
position1 = nil
|
||||
position2 = nil
|
||||
local position1 = nil
|
||||
local position2 = nil
|
||||
|
||||
minetest.register_node("scifi_nodes:alienslope", {
|
||||
description = "Alien Platform",
|
||||
|
Reference in New Issue
Block a user