1
0
Fork 0

fix the stupidiest typo ever :-/

This commit is contained in:
AFCMS 2021-03-30 00:49:05 +02:00
parent 3a514ecdad
commit f60941003d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local S = minetest.get_translator("mcl_falling_nodes")
local dmes = minetest.get_modpath("mcl_death_messages") ~= nil
local has_mcl_armor = minetest.get_modpath("mcl_armor")
local his_creative_enabled = minetest.is_creative_enabled
local is_creative_enabled = minetest.is_creative_enabled
local get_falling_depth = function(self)
if not self._startpos then