added is_fake_player entry to the fake player table passed on to allow_metadata_* functions

This commit is contained in:
Sokomine 2015-10-10 05:44:42 +02:00
parent af2c3778fe
commit fca10f613d
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ local function punch_filter(data, filtpos, filtnode)
local owner = filtmeta:get_string("owner")
local fakePlayer = {
get_player_name = delay(owner),
is_fake_player = ":pipeworks",
} -- TODO: use a mechanism as the wielder one
local dir = minetest.facedir_to_right_dir(filtnode.param2)
local frompos = vector.subtract(filtpos, dir)