This commit is contained in:
JezuzLizard 2023-06-24 21:49:51 -07:00
parent cf77a0237e
commit 0e68c20fcd

View File

@ -1768,6 +1768,7 @@ initAStar( goal )
if ( !isDefined( nodes ) ) if ( !isDefined( nodes ) )
{ {
self.bot.astar = [];
return -1; return -1;
} }