fix mistake

M  src/snowball.lua
This commit is contained in:
HybridDog 2016-08-13 13:17:45 +02:00
parent d61a1d54ab
commit 020ef2fa49
1 changed files with 1 additions and 1 deletions

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