mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Saved BlockDB changes should be logged to system tab instead. (Thanks Venom983)
This commit is contained in:
parent
88b1d6c9f4
commit
d1ce14c09b
@ -452,7 +452,7 @@ namespace MCGalaxy
|
||||
}
|
||||
tempCache.Clear();
|
||||
blockCache = new List<BlockPos>();
|
||||
Server.s.Log("Saved BlockDB changes for:" + name);
|
||||
Server.s.Log("Saved BlockDB changes for:" + name, true);
|
||||
}
|
||||
|
||||
unsafe bool DoSaveChanges(List<BlockPos> tempCache, char* ptr, string date,
|
||||
|
Loading…
x
Reference in New Issue
Block a user