mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
use full english for disconnect to spare eyeballs
This commit is contained in:
parent
da8d5454d4
commit
f58fa10686
3 changed files with 4 additions and 4 deletions
|
@ -391,9 +391,9 @@ public class Settings implements IConf
|
|||
return config.getBoolean("economy-log-enabled", false);
|
||||
}
|
||||
|
||||
boolean removeGodOnDiscon()
|
||||
boolean removeGodOnDisconnect()
|
||||
{
|
||||
return config.getBoolean("remove-god-on-discon", false);
|
||||
return config.getBoolean("remove-god-on-disconnect", false);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue