From 4889b29808cf6a1d93ec1ea91c74bfe6507b9fcd Mon Sep 17 00:00:00 2001 From: medina102 Date: Fri, 3 Jul 2020 19:00:57 +0200 Subject: [PATCH] Update to Fisherman.Lua (#109) Changed Boat caution to True to fix boat not being returned issue. --- jobs/fisherman.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/fisherman.lua b/jobs/fisherman.lua index f86e332d..cbad08c0 100644 --- a/jobs/fisherman.lua +++ b/jobs/fisherman.lua @@ -18,7 +18,7 @@ Config.Jobs.fisherman = { Spawner = 2, Hash = 'tug', Trailer = 'none', - HasCaution = false + HasCaution = true } },