mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[6858] Prevent cheating with ignore waiting in login queue.
Cheating preventing at reconect for queued session and sending unexpected packets to server. Removed unneeded after ACE related changes kicked sessions list.
This commit is contained in:
parent
874339ecee
commit
51546c7ab7
7 changed files with 56 additions and 47 deletions
|
|
@ -72,7 +72,6 @@ void WorldRunnable::run()
|
|||
prevSleepTime = 0;
|
||||
}
|
||||
|
||||
sWorld.KickAllQueued(); // kick all queued players (and prevent its login at kick in game players)
|
||||
sWorld.KickAll(); // save and kick all players
|
||||
sWorld.UpdateSessions( 1 ); // real players unload required UpdateSessions call
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue