Fix mistake unused local variable in join_fs
This commit is contained in:
parent
58a785b1dd
commit
a17914a6ff
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ minetest.register_on_player_receive_fields(function(player, form, fields)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local slide_blood = join_fs.register_slide({
|
join_fs.register_slide({
|
||||||
name = "blood",
|
name = "blood",
|
||||||
should_show = function(player)
|
should_show = function(player)
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue