mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Fixed bug preventing modified maps from being updated on the worldmap
upon visiting them.
This commit is contained in:
@@ -203,7 +203,10 @@ public final class MapController {
|
||||
hasUpdated = true;
|
||||
}
|
||||
}
|
||||
map.lastSeenLayoutHash = tileMap.getCurrentLayoutHash();
|
||||
if (map.lastSeenLayoutHash != tileMap.getCurrentLayoutHash()) {
|
||||
map.lastSeenLayoutHash = tileMap.getCurrentLayoutHash();
|
||||
hasUpdated = true;
|
||||
}
|
||||
return hasUpdated;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user