diff options
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r-- | src/game/Map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index db09156d8b7..7a22645d639 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -388,7 +388,6 @@ Map::EnsureGridLoadedAtEnter(const Cell &cell, Player *player) if (player) { - player->SendDelayResponse(MAX_GRID_LOAD_TIME); DEBUG_LOG("Player %s enter cell[%u,%u] triggers of loading grid[%u,%u] on map %u", player->GetName(), cell.CellX(), cell.CellY(), cell.GridX(), cell.GridY(), GetId()); } else |