mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-07 15:48:43 +00:00
Match default to what's in the config. Resolves #1775
This commit is contained in:
parent
377c716d52
commit
d4138ce843
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
|
||||
@Override
|
||||
public boolean isPastebinCreateKit() {
|
||||
return config.getBoolean("pastebin-createkit", true);
|
||||
return config.getBoolean("pastebin-createkit", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue