mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +02:00
[trunk] fixing node setting for warn-on-build-disallow. This needs to be in the protect: section under the disable: best place is to put it under the build: true node
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1199 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -456,6 +456,6 @@ public class Settings implements IConf
|
|||||||
|
|
||||||
public boolean warnOnBuildDisallow()
|
public boolean warnOnBuildDisallow()
|
||||||
{
|
{
|
||||||
return config.getBoolean("warn-on-build-disallow", false);
|
return config.getBoolean("protect.disable.warn-on-build-disallow", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user