mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-24 07:16:48 -05:00
Fixed logging of GenIV top ranked searches.
This commit is contained in:
parent
b27414fe75
commit
f784576b0d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user