mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
fix the stupidiest typo ever :-/
This commit is contained in:
parent
3a514ecdad
commit
f60941003d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue