mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 21:51:19 -04:00
Fix a mistake from last commit
This commit is contained in:
parent
db2515d900
commit
8329520c06
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user