diff --git a/Minecraft.World/FishingHelper.h b/Minecraft.World/FishingHelper.h index 78431785..a1f686e4 100644 --- a/Minecraft.World/FishingHelper.h +++ b/Minecraft.World/FishingHelper.h @@ -70,10 +70,9 @@ class FishingHelper WeighedRandomItemArray fishingJunkArray; WeighedRandomItemArray fishingTreasuresArray; public: - + // Setup singleton FishingHelper(const FishingHelper&) = delete; FishingHelper& operator=(const FishingHelper&) = delete; - static FishingHelper* getInstance(); CatchType getRandCatchType(int level);