Make it so that the FishingNotif button doesn't crash the game

This commit is contained in:
desyncfy
2024-06-26 09:14:43 -07:00
parent 1083934e5e
commit d46d6ce253

View File

@@ -15,6 +15,6 @@ class FishingNotif {
// toggleFishingNotif()
private fun fishingNotif() {
TODO("Finish this")
return
}
}