mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 08:01:07 +01:00
fix crash :-(
This commit is contained in:
parent
00063cde73
commit
f8ee9c79c2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ mcl_observers = {}
|
|||
|
||||
local string = string
|
||||
|
||||
local get_node = get_node
|
||||
local get_node = minetest.get_node
|
||||
|
||||
-- Warning! TODO: Remove this message.
|
||||
-- 'realtime' is experimental feature! It can slow down the everything!
|
||||
|
|
Loading…
Reference in a new issue