Skip to content

Commit

Permalink
my brain doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
WMF-Industries committed Oct 26, 2024
1 parent a3d526b commit 5e375a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/floodcompat/FloodCompat.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class FloodCompat : Mod() {
}

private fun notif(){
if (net.client()) ui.chatfrag.addMessage("[scarlet]Server check failed...\n[accent]Playing on flood? Try rejoining!\nHave a nice day!")
if (net.client() && !applied) ui.chatfrag.addMessage("[scarlet]Server check failed...\n[accent]Playing on flood? Try rejoining!\nHave a nice day!")
}

/** Applies flood changes */
Expand Down

0 comments on commit 5e375a1

Please sign in to comment.