1
0
forked from 0ad/0ad

Switched warning to a debug so that only AI devs see it. Fixes #1403.

This was SVN commit r11856.
This commit is contained in:
Jonathan Waller 2012-05-13 15:04:25 +00:00
parent 8bd73e774e
commit 09414078fd

View File

@ -119,7 +119,7 @@ Worker.prototype.startGathering = function(gameState){
}
if (nearestResources.length === 0){
warn("No " + resource + " found! (1)");
debug("No " + resource + " found! (1)");
return;
}