mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-28 08:24:25 +00:00
Wrong default value for AFK disable pickup.
This commit is contained in:
parent
425a2184c6
commit
6d06636bc2
2 changed files with 2 additions and 2 deletions
|
@ -733,7 +733,7 @@ public class Settings implements ISettings
|
|||
|
||||
private boolean _getDisableItemPickupWhileAfk()
|
||||
{
|
||||
return config.getBoolean("disable-item-pickup-while-afk", true);
|
||||
return config.getBoolean("disable-item-pickup-while-afk", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue