From ad1f7a3c7fc501a031b5e5f702607928fd7452f2 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 26 Jun 2022 13:31:56 -0500 Subject: [PATCH] Info in comment --- scripts/server/fishing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/fishing.js b/scripts/server/fishing.js index cde74ed2..ff952d4f 100644 --- a/scripts/server/fishing.js +++ b/scripts/server/fishing.js @@ -7,6 +7,7 @@ // TYPE: Server (JavaScript) // =========================================================================== +// Fishing Catch Types (Probably not going to be used, in favor of items and their use type) const VRR_FISHING_CATCH_TYPE_NONE = 1; const VRR_FISHING_CATCH_TYPE_FISH = 1; const VRR_FISHING_CATCH_TYPE_JUNK = 2;