Skip to content

Commit eca9db0

Browse files
committed
e
1 parent 98a332b commit eca9db0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
5.14 KB
Binary file not shown.

source/archipelago/APInfo.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ abstract APSlotData(APSlotDataType) from APSlotDataType to APSlotDataType {
105105
private function get_highQualityExpected():Bool return this.highQualityExpected != null ? this.highQualityExpected : false;
106106
private function get_sanityData():Map<String, SanityItemData> return this.sanityData != null ? this.sanityData : new Map<String, SanityItemData>();
107107
private function get_sanityLocationData():Map<String, SanityLocationData> return this.sanityLocationData != null ? this.sanityLocationData : new Map<String, SanityLocationData>();
108-
private function get_sanitySettings():SanitySettings return this.sanitySettings != null ? this.sanitySettings : {enable_sanity_locations: false, sanity_completion_type: "on_getting"};
108+
private function get_sanitySettings():SanitySettings return this.sanitySettings != null ? this.sanitySettings : {enable_sanity_locations: false, sanity_completion_type: "on_getting", sanity_types: []};
109109

110110
public function get(key:String):Dynamic {
111111
return Reflect.field(this, key);

0 commit comments

Comments
 (0)