forked from Cookies_Github_mirror/AquaDX
[chuni] fix user item being overwritten
[api] fix set diva news
This commit is contained in:
@@ -30,4 +30,7 @@ public class PropertyEntry implements Serializable {
|
||||
this.propertyKey = propertyKey;
|
||||
this.propertyValue = propertyValue;
|
||||
}
|
||||
public PropertyEntry(String propertyKey) {
|
||||
this.propertyKey = propertyKey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user