diff --git a/src/client/graphics/layers/UnitLayer.ts b/src/client/graphics/layers/UnitLayer.ts index 57f34ae9f..53717f8d9 100644 --- a/src/client/graphics/layers/UnitLayer.ts +++ b/src/client/graphics/layers/UnitLayer.ts @@ -107,7 +107,7 @@ export class UnitLayer implements Layer { return distA - distB; }); } catch (err) { - console.debug("User click outside the game. Ignoring the click event"); + // The cell coordinate were invalid (user probably clicked outside the map), therefore no warships can be found return []; } }