Saved BlockDB changes should be logged to system tab instead. (Thanks Venom983)

This commit is contained in:
UnknownShadow200 2016-05-10 14:23:45 +10:00
parent 88b1d6c9f4
commit d1ce14c09b

View File

@ -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,