Skip to content

Commit ab39c1a

Browse files
committed
Update APGameState.hx
1 parent 51805b0 commit ab39c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/archipelago/APGameState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ class APGameState {
308308
APEntryState.ap = null;
309309
}
310310
}
311+
311312
public function findSpecialItems():Map<String, Int> {
312313
var specialItems:Map<String, Int> = new Map<String, Int>();
313314
var apInfo = info();
@@ -490,9 +491,8 @@ class APGameState {
490491
{
491492
return true;
492493
}
493-
}
494-
return false;
495494
}
495+
return false;
496496
}
497497

498498
function isModName(name:String):Bool {

0 commit comments

Comments
 (0)