From d46d6ce253b9c1e70cc88d995493314775d24485 Mon Sep 17 00:00:00 2001 From: desyncfy Date: Wed, 26 Jun 2024 09:14:43 -0700 Subject: [PATCH] Make it so that the FishingNotif button doesn't crash the game --- src/client/kotlin/chickenmanfy/scify/modules/FishingNotif.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/kotlin/chickenmanfy/scify/modules/FishingNotif.kt b/src/client/kotlin/chickenmanfy/scify/modules/FishingNotif.kt index 57de074..f46592e 100644 --- a/src/client/kotlin/chickenmanfy/scify/modules/FishingNotif.kt +++ b/src/client/kotlin/chickenmanfy/scify/modules/FishingNotif.kt @@ -15,6 +15,6 @@ class FishingNotif { // toggleFishingNotif() private fun fishingNotif() { - TODO("Finish this") + return } } \ No newline at end of file