diff --git a/src/main/java/org/tems/ttotem/Listeners/SwapHandListener.kt b/src/main/java/org/tems/ttotem/Listeners/SwapHandListener.kt index e6a5f60..103708c 100644 --- a/src/main/java/org/tems/ttotem/Listeners/SwapHandListener.kt +++ b/src/main/java/org/tems/ttotem/Listeners/SwapHandListener.kt @@ -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 {