make it setter
This commit is contained in:
parent
2ed2d253c4
commit
66be6023c7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class Bot {
|
|||
private final String _username;
|
||||
@Getter private final boolean kaboom;
|
||||
@Getter private final String serverName;
|
||||
@Getter private final boolean useChat;
|
||||
@Getter @Setter private boolean useChat;
|
||||
@Getter private final List<Bot> allBots;
|
||||
@Getter private final Configuration config;
|
||||
|
||||
|
|
Loading…
Reference in a new issue