1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 09:55:22 +02:00

Fix register_ore ore_type error handling

This commit is contained in:
cx384
2024-11-15 11:37:17 +01:00
committed by GitHub
parent 0c3117f9b3
commit d4378a74d3
2 changed files with 18 additions and 18 deletions

View File

@@ -172,9 +172,8 @@ public:
return new OreVein;
case ORE_STRATUM:
return new OreStratum;
default:
return nullptr;
}
return nullptr;
}
void clear();