Add init fishing script func

This commit is contained in:
Vortrex
2021-04-04 23:21:56 -05:00
parent ea0fbb4081
commit 78dfedcaf7

View File

@@ -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!");
}
// ===========================================================================