Skip to content

Commit

Permalink
better handle of false A checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivall committed Jun 2, 2024
1 parent 1e798dd commit 19a07e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SwapHandListener(private val plugin: Tetotem) : Listener {
plugin.punish.logFlag(player, "$ticks A CHECK")
plugin.punish.punishAndRegisterFlag(player)
} else {
if (totemsFlagged > totemsPopped / 4) {
if (totemsFlagged > totemsPopped / 3) {
plugin.punish.logFlag(player, "$ticks A CHECK")
plugin.punish.punishAndRegisterFlag(player)
} else {
Expand Down

0 comments on commit 19a07e1

Please sign in to comment.