fix messagein killall
This commit is contained in:
parent
b4853ae56f
commit
ce0445c0d8
1 changed files with 1 additions and 1 deletions
2
main.sk
2
main.sk
|
@ -248,7 +248,7 @@ command killall: # tue toutes les entités
|
||||||
kill loop-entity
|
kill loop-entity
|
||||||
add 1 to {_count}
|
add 1 to {_count}
|
||||||
send "Tu as tué %{_count}% entités."
|
send "Tu as tué %{_count}% entités."
|
||||||
sendToOperators(player, "&7%{player}%&7 as tué %{_count}%&7 entités.")
|
sendToOperators(player, "&7%player%&7 as tué %{_count}%&7 entités.")
|
||||||
else:
|
else:
|
||||||
send {@errorMessage}
|
send {@errorMessage}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue