mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Fix formatting
This commit is contained in:
parent
0c9ef35e36
commit
d11f959ead
@ -329,11 +329,13 @@ public double getFullInvRadius()
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user