mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Deprecate and remove hsStlSortUtils
This commit is contained in:
@ -537,7 +537,7 @@ PF_CONSOLE_CMD(Stats, ListGroups, "", "Prints the names of all the stat groups t
|
||||
|
||||
plProfileManagerFull::GroupSet::iterator it;
|
||||
for (it = groups.begin(); it != groups.end(); it++)
|
||||
PrintString((char*)*it);
|
||||
PrintString(it->c_str());
|
||||
}
|
||||
|
||||
PF_CONSOLE_CMD(Stats, ListLaps, "", "Prints the names of all the stats with laps to the console")
|
||||
|
Reference in New Issue
Block a user