Fixed logging of GenIV top ranked searches.

This commit is contained in:
Greg Edwards 2014-07-10 23:05:25 -04:00
parent b27414fe75
commit f784576b0d

View File

@ -227,6 +227,8 @@ namespace PkmnFoundations.GlobalTerminalService
byte region = data[0x148];
logEntry.AppendFormat("Searching for ");
if (ranking != BattleVideoRankings4.None)
logEntry.AppendFormat("{0}, ", type);
if (species != 0xffff)
logEntry.AppendFormat("species {0}, ", species);
logEntry.AppendFormat("{0}", meta);