summaryrefslogtreecommitdiff
path: root/src/net/ea/maprecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/maprecv.cpp')
-rw-r--r--src/net/ea/maprecv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ea/maprecv.cpp b/src/net/ea/maprecv.cpp
index a42af3e9b..b2dd5615b 100644
--- a/src/net/ea/maprecv.cpp
+++ b/src/net/ea/maprecv.cpp
@@ -52,6 +52,7 @@ void MapRecv::processSetTilesType(Net::MessageIn &msg)
map->setBlockMask(x, y, mask);
}
map->updateConditionLayers();
+ map->preCacheLayers();
}
}