From 78dfedcaf766ac699907b0a3e5ce0b07ff68ee8c Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 4 Apr 2021 23:21:56 -0500 Subject: [PATCH] Add init fishing script func --- scripts/server/fishing.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/server/fishing.js b/scripts/server/fishing.js index 65ea2cdd..08d8eba0 100644 --- a/scripts/server/fishing.js +++ b/scripts/server/fishing.js @@ -65,4 +65,11 @@ let fishingCatchables = [ ["Soggy Dildo", 0, 0, 0, 0], ]; +// =========================================================================== + +function initFishingScript() { + logToConsole(LOG_INFO, "[Asshat.Fishing]: Initializing fishing script ..."); + logToConsole(LOG_INFO, "[Asshat.Fishing]: Fishing script initialized successfully!"); +} + // =========================================================================== \ No newline at end of file