You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace some methods retrieving heavy and unused data, such as:
Since a getter exists to load and return the chunk of specific IOwnedLand, we should simply return a Set<IOwnedLand> instead of a Map<Chunk, IOwnedLand>.
Replace some methods retrieving heavy and unused data, such as:
IOwnedLand
, we should simply return aSet<IOwnedLand>
instead of aMap<Chunk, IOwnedLand>
.The text was updated successfully, but these errors were encountered: