mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
* Fixed small bug with map search where the local sim regions weren't found.
This commit is contained in:
@@ -29,6 +29,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IWorldMapModule
|
||||
{
|
||||
void LazySaveGeneratedMaptile(byte[] data, bool temporary);
|
||||
void RegenerateMaptile(byte[] data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user