1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2024-11-14 05:40:18 +01:00

fix mistake

M  src/snowball.lua
This commit is contained in:
HybridDog 2016-08-13 13:17:45 +02:00
parent d61a1d54ab
commit 020ef2fa49

View File

@ -64,7 +64,7 @@ if creative_mode then
local item = player:get_wielded_item()
local itemname = item:get_name()
if itemname == "default:snow" then
snow_shoot_snowball(nil, player)
snow.shoot_snowball(nil, player)
active = true
break
end