mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-03 18:08:57 +01:00
Fixed bugs affecting Dialogue's replies, Key Areas and Replace areas
where requirements' negation where lost upon alteration or loading.
This commit is contained in:
@@ -191,6 +191,7 @@ public class Requirement extends JSONElement {
|
||||
clone.state = this.state;
|
||||
clone.required_obj_id = this.required_obj_id;
|
||||
clone.required_value = this.required_value;
|
||||
clone.negated = this.negated;
|
||||
clone.required_obj = this.required_obj;
|
||||
clone.type = this.type;
|
||||
if (clone.required_obj != null && parent != null) {
|
||||
|
||||
Reference in New Issue
Block a user