Fix a mistake from last commit

This commit is contained in:
UnknownShadow200 2018-03-04 07:56:41 +11:00
parent db2515d900
commit 8329520c06

View File

@ -452,8 +452,7 @@ namespace MCGalaxy {
if ((Props[block].ChangedScope & 2) != 0) return true;
if (Block.IsPhysicsType(block)) return false;
BlockRaw raw = (BlockRaw)block;
return CustomBlockDefs[raw] != BlockDefinition.GlobalDefs[raw];
return CustomBlockDefs[block] != BlockDefinition.GlobalDefs[block];
}
void LoadCoreProps() {