File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/cooldown Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package com.mairwunnx.projectessentials.cooldown
22
33import com.mairwunnx.projectessentials.cooldown.essentials.CommandsAliases
44import com.mairwunnx.projectessentials.core.extensions.empty
5- import com.mairwunnx.projectessentials.core.extensions.sendMsg
65import com.mairwunnx.projectessentials.core.extensions.source
76import com.mairwunnx.projectessentials.core.helpers.COOLDOWN_NOT_EXPIRED
87import net.minecraftforge.event.CommandEvent
@@ -65,8 +64,7 @@ internal object CooldownUtils {
6564 .replace(" %0" , commandSenderNickName)
6665 .replace(" %1" , command)
6766 )
68- sendMsg(
69- " cooldown" ,
67+ sendMessage(
7068 commandEvent.source,
7169 " not_expired" ,
7270 commandCooldown.minus(
You can’t perform that action at this time.
0 commit comments