Skip to content

Commit

Permalink
Fix !count
Browse files Browse the repository at this point in the history
broke in ce9ac94
  • Loading branch information
BalaM314 committed May 19, 2024
1 parent e03f7d3 commit 2df05bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/client/Commands.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fun setupCommands() {
}
}

player.sendMessage("client.command.count.success"[type.localizedName, total, cap, free, freeFlagged, flagged, unflagged, players, command, logic, logicFlagged])
player.sendMessage(Core.bundle.format("client.command.count.success", type.localizedName, total, cap, free, freeFlagged, flagged, unflagged, players, command, logic, logicFlagged))
}

// FINISHME: Add unit control/select command(s)
Expand Down

0 comments on commit 2df05bf

Please sign in to comment.