Stop polluting global namespace

master
Wuzzy 2016-08-11 18:00:26 +02:00
parent b673112ca9
commit 124158f64d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ end
if suffocation_damage > 0 then
-- Checks all nodes and adds suffocation (drowning damage) for suitable nodes
function add_suffocation()
local function add_suffocation()
-- For debugging output
local suffocate_nodes = {}
local no_suffocate_nodes = {}