mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-17 02:55:02 +01:00
Correct indentation
This commit is contained in:
parent
d6c7c9dcd0
commit
5637701c4b
1 changed files with 5 additions and 6 deletions
|
@ -59,7 +59,6 @@ local function register_potion(def)
|
||||||
local on_use = nil
|
local on_use = nil
|
||||||
|
|
||||||
if def.on_use then
|
if def.on_use then
|
||||||
|
|
||||||
on_use = function (itemstack, user, pointed_thing)
|
on_use = function (itemstack, user, pointed_thing)
|
||||||
|
|
||||||
def.on_use(user, def.effect, dur)
|
def.on_use(user, def.effect, dur)
|
||||||
|
|
Loading…
Reference in a new issue