mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 22:24:37 +00:00
Fix minor typo in MIRVExecution
This commit is contained in:
@@ -182,7 +182,7 @@ export class MirvExecution implements Execution {
|
||||
}
|
||||
return tile;
|
||||
}
|
||||
console.log("could find place giving up");
|
||||
console.log("couldn't find place, giving up");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user