mirror of
https://github.com/OvercastNetwork/ProjectAres.git
synced 2025-04-11 22:56:08 +02:00
Change flair config keys
This commit is contained in:
parent
ddf4eb5255
commit
30cee03502
@ -16,10 +16,10 @@ public class FlairConfiguration {
|
||||
}
|
||||
|
||||
public boolean overheadFlair() {
|
||||
return config.getBoolean("overhead-flair", false);
|
||||
return config.getBoolean("overhead", false);
|
||||
}
|
||||
|
||||
public int maxFlairs() {
|
||||
return config.getInt("max-flairs", -1);
|
||||
return config.getInt("limit", -1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user