1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 11:04:29 +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:
ementalo
2011-04-15 21:18:32 +00:00
parent be51bc1938
commit 4678ec7d10

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);
}
}