Fix formatting

This commit is contained in:
GeorgH93 2023-12-07 13:51:06 +01:00
parent 0c9ef35e36
commit d11f959ead
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
1 changed files with 4 additions and 2 deletions

View File

@ -329,11 +329,13 @@ public class Config extends Configuration implements DatabaseConnectionConfigura
return getConfigE().getDouble("FullInventory.CollectRadius", 1.5); // in blocks
}
public boolean isFullInvToggleAllowed() {
public boolean isFullInvToggleAllowed()
{
return getConfigE().getBoolean("FullInventory.IsToggleAllowed", false);
}
public boolean isFullInvEnabledOnJoin() {
public boolean isFullInvEnabledOnJoin()
{
return getFullInvCollect();
}
//endregion