mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
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