protected L2PcInstance getPlayerWithMaxScore()
{
L2PcInstance max = players.head().getNext().getKey();
for (L2PcInstance player : players.keySet())
if (players.get(player)[2] > players.get(max)[2])
max = player;
return max;
}
I have this error, can someone tell me how to stay?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Exactly, if somebody hijacks ur sessions, then u wont see a new device in your "Devices List".
And with that hijacked session you are able to change whatever you want unless you have 2FA enabled. And I believe changing a group owner doesn't trigger 2FA.
Question
L2shaken
http://imgur.com/a/gZoEQ
I have this error, can someone tell me how to stay?
Edited by L2shaken15 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.