mirror of https://github.com/hykilpikonna/AquaDX
[chusan] Use separate config for team function
parent
50a177a2d1
commit
6117a4fc2a
|
@ -21,7 +21,7 @@ public class GetUserTeamHandler implements BaseHandler {
|
|||
private final String teamName;
|
||||
|
||||
|
||||
public GetUserTeamHandler(StringMapper mapper, @Value("${game.chunithm.team-name:#{null}}") String teamName) {
|
||||
public GetUserTeamHandler(StringMapper mapper, @Value("${game.chusan.team-name:#{null}}") String teamName) {
|
||||
this.mapper = mapper;
|
||||
this.teamName = teamName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue