Removed a whitespace

This commit is contained in:
Elias Fleckenstein 2020-05-29 11:48:18 +02:00
parent 88786751fe
commit dbada77612
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ local function craftguide_giveme(player, formname, fields)
local itemstack = ItemStack({name = output, count = amount})
local meta = itemstack:get_meta()
meta:set_string("creator", player_name)
player_inv:add_item("main", itemstack)
end