We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdbedd commit a9b629eCopy full SHA for a9b629e
src/org/gotti/wurmunlimited/mods/spellmod/SpellMod.java
@@ -81,7 +81,7 @@ public void onServerStarted() {
81
if (removePriestRestrictions) {
82
try {
83
ReflectionUtil.setPrivateField(deity, buildWallBonus, Float.valueOf(0.0f));
84
- ReflectionUtil.setPrivateField(deity, roadProtector, Boolean.TRUE);
+ ReflectionUtil.setPrivateField(deity, roadProtector, Boolean.FALSE);
85
} catch (IllegalAccessException | IllegalArgumentException | ClassCastException e) {
86
logger.log(Level.WARNING, e.getMessage(), e);
87
}
0 commit comments