mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-28 23:40:17 +01:00
fix mistake
M src/snowball.lua
This commit is contained in:
parent
d61a1d54ab
commit
020ef2fa49
@ -64,7 +64,7 @@ if creative_mode then
|
|||||||
local item = player:get_wielded_item()
|
local item = player:get_wielded_item()
|
||||||
local itemname = item:get_name()
|
local itemname = item:get_name()
|
||||||
if itemname == "default:snow" then
|
if itemname == "default:snow" then
|
||||||
snow_shoot_snowball(nil, player)
|
snow.shoot_snowball(nil, player)
|
||||||
active = true
|
active = true
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user