mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
tweak default setting for max nick length
This commit is contained in:
parent
2ad346e84c
commit
e57aa0e088
2 changed files with 3 additions and 3 deletions
|
@ -1103,6 +1103,6 @@ public class Settings implements ISettings
|
|||
@Override
|
||||
public int getMaxNickLength()
|
||||
{
|
||||
return config.getInt("max-nick-length", 16);
|
||||
return config.getInt("max-nick-length", 30);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue