mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
make option json entries final
This commit is contained in:
parent
0db8f2c55c
commit
6609800f88
2 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@ public class ServerConfig implements CustomFile<ServerConfig> {
|
|||
@SerializedName("lang")
|
||||
private String lang = "en_us";
|
||||
@SerializedName("lang-options")
|
||||
private String langOptions = "en_us";
|
||||
private final String langOptions = "en_us";
|
||||
@SerializedName("keep-active")
|
||||
private Boolean keepActive = true;
|
||||
@SerializedName("sit-while-seated")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue