Merge pull request 'Add team changecolor command alias' (#42) from VelocityCore/TeamChangecolor into main

Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/42
Reviewed-by: YoyoNow <jwsteam@nidido.de>
This commit is contained in:
2024-09-16 18:01:31 +02:00
@@ -478,6 +478,7 @@ public class TeamCommand extends SWCommand {
}
@Register("color")
@Register("changecolor")
public void changeColor(@Validator("isLeader") PlayerChatter sender) {
Team team = Team.get(sender.user().getTeam());