From 251c9cccce6252238797bc4ac782175dd0aeb42e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Sep 2013 21:51:27 +0300 Subject: fix slow login update time. --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index f0b42223c..c3d0aa36f 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -585,7 +585,7 @@ void Game::slowLogic() if (player_node) player_node->slowLogic(); const int time = cur_time; - if (mTime <= time) + if (mTime != time) { mTime = time + 1; if (botCheckerWindow) -- cgit v1.2.3-60-g2f50