Update to Fisherman.Lua (#109)

Changed Boat caution to True to fix boat not being returned issue.
This commit is contained in:
medina102
2020-07-03 19:00:57 +02:00
committed by GitHub
parent 51eb647e19
commit 4889b29808
+1 -1
View File
@@ -18,7 +18,7 @@ Config.Jobs.fisherman = {
Spawner = 2,
Hash = 'tug',
Trailer = 'none',
HasCaution = false
HasCaution = true
}
},