Update to mcdev rename revision 01 for 1.8.1
This commit is contained in:
@@ -90,8 +90,7 @@ public class PropertyManager {
|
||||
}
|
||||
}
|
||||
|
||||
public void b(String s, boolean flag) {
|
||||
flag = this.getOverride(s, flag); // CraftBukkit
|
||||
public void setBoolean(String s, boolean flag) {
|
||||
this.properties.setProperty(s, "" + flag);
|
||||
this.savePropertiesFile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user