1
0

Merge branch 'master' into GlobalFixes

This commit is contained in:
Howaner
2014-06-17 19:03:56 +02:00
224 changed files with 27055 additions and 2123 deletions

View File

@@ -722,10 +722,9 @@ void cNBTChunkSerializer::AddMinecartChestContents(cMinecartWithChest * a_Mineca
bool cNBTChunkSerializer::LightIsValid(bool a_IsLightValid)
void cNBTChunkSerializer::LightIsValid(bool a_IsLightValid)
{
m_IsLightValid = a_IsLightValid;
return a_IsLightValid; // We want lighting only if it's valid, otherwise don't bother
}