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