Added logging for situation where a spawn list could not be retrieved for an area.

This commit is contained in:
Cekis
2018-03-23 15:59:27 -07:00
committed by CekisSWG
parent f2aaea8112
commit 550f4c885d
@@ -482,6 +482,7 @@ public class spawn_base extends script.base_script
public String getFictionalRegionFileName(String strPlanet, String strFullName) throws InterruptedException
{
String strRegionName = utils.unpackString(strFullName).getAsciiId();
LOG("spawning", "Unable to get spawns for planet (" + strPlanet + ") in region with name (" + strFullName + ").");
return "datatables/spawning/spawn_lists/" + strPlanet + "/" + strRegionName + ".iff";
}
public String getOverLoadRegionFileName(String strRegionName) throws InterruptedException