PDA

View Full Version : Can I select new player to optimize on?



luckylucky
11-12-2009, 09:43 AM
Just wondering if there is some option to choose which player/alias that I can optimize HM for?

netsrak
11-12-2009, 11:06 AM
HM usually makes this optimisation after a restart when you changed the player name in the reports before the restart.

luckylucky
11-12-2009, 11:19 AM
HM usually makes this optimisation after a restart when you changed the player name in the reports before the restart.

It didn't seem to do that for me.

What I did instead now is I went into postgres and ran the following query INSERT INTO optimizedplayers(
player_id)
VALUES (xxx);


xxx is the player_id (or in my case alias) that you want to have optimized.

Not sure if this is ok to do or not, but it didn't crash the program at least :)