Correct indentation

This commit is contained in:
Brandon 2020-08-08 17:51:39 -04:00
parent d6c7c9dcd0
commit 5637701c4b
1 changed files with 5 additions and 6 deletions

View File

@ -59,7 +59,6 @@ local function register_potion(def)
local on_use = nil
if def.on_use then
on_use = function (itemstack, user, pointed_thing)
def.on_use(user, def.effect, dur)