mirror of
https://github.com/joe7575/lumberjack.git
synced 2024-11-22 06:53:46 +01:00
Pipeworks: mt-mods pipeworks compatibility
This commit is contained in:
parent
39de603616
commit
b941f7b431
6
init.lua
6
init.lua
@ -137,9 +137,9 @@ end
|
|||||||
|
|
||||||
local function get_points(player)
|
local function get_points(player)
|
||||||
if player and player.is_player and player:is_player() then
|
if player and player.is_player and player:is_player() then
|
||||||
-- Test if we got an automatised tool like nodebreaker from pipeworks
|
-- Passthrough for pipeworks nodebreakers ( assume enough lumberjack points )
|
||||||
-- always allow lumberjack point with this workaroud
|
if not player.get_meta or -- pipeworks standard behavior
|
||||||
if not player.get_meta then
|
getmetatable(player) == "fakelib:player" then -- mt-mods new behavior
|
||||||
return -1,-1
|
return -1,-1
|
||||||
end
|
end
|
||||||
local meta = player:get_meta()
|
local meta = player:get_meta()
|
||||||
|
Loading…
Reference in New Issue
Block a user