Automatically convert enable_object_event_in_connection
This commit is contained in:
parent
6fc82c9487
commit
469ea40984
1 changed files with 2 additions and 1 deletions
|
@ -518,8 +518,9 @@ void ProjectConfig::parseConfigKeyValue(QString key, QString value) {
|
|||
this->enableHiddenItemRequiresItemfinder = getConfigBool(key, value);
|
||||
} else if (key == "enable_heal_location_respawn_data") {
|
||||
this->enableHealLocationRespawnData = getConfigBool(key, value);
|
||||
} else if (key == "enable_event_clone_object") {
|
||||
} else if (key == "enable_event_clone_object" || key == "enable_object_event_in_connection") {
|
||||
this->enableEventCloneObject = getConfigBool(key, value);
|
||||
key = "enable_event_clone_object"; // Backwards compatibiliy, replace old name above
|
||||
} else if (key == "enable_floor_number") {
|
||||
this->enableFloorNumber = getConfigBool(key, value);
|
||||
} else if (key == "create_map_text_file") {
|
||||
|
|
Loading…
Reference in a new issue