1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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();