forked from SteamWar/SteamWar
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:
@@ -478,6 +478,7 @@ public class TeamCommand extends SWCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Register("color")
|
@Register("color")
|
||||||
|
@Register("changecolor")
|
||||||
public void changeColor(@Validator("isLeader") PlayerChatter sender) {
|
public void changeColor(@Validator("isLeader") PlayerChatter sender) {
|
||||||
Team team = Team.get(sender.user().getTeam());
|
Team team = Team.get(sender.user().getTeam());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user