This commit is contained in:
ineed bots
2023-12-19 16:58:31 -06:00
parent 271ea76c3e
commit 9e2025e86a
13 changed files with 640 additions and 640 deletions

View File

@@ -29,7 +29,7 @@ Finder( eObj )
for ( i = 0; i < chests.size; i ++ )
{
chest = chests[i];
chest = chests[ i ];
// not active chest
if ( isdefined( chest.disabled ) && chest.disabled )
@@ -81,7 +81,7 @@ Finder( eObj )
continue;
}
answer[answer.size] = self CreateFinderObjectiveEZ( eObj, chest );
answer[ answer.size ] = self CreateFinderObjectiveEZ( eObj, chest );
}
return answer;