[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:
ementalo 2011-04-15 21:18:32 +00:00
parent d3b6534396
commit 8a12038948

View File

@ -456,6 +456,6 @@ public class Settings implements IConf
public boolean warnOnBuildDisallow()
{
return config.getBoolean("warn-on-build-disallow", false);
return config.getBoolean("protect.disable.warn-on-build-disallow", false);
}
}