bug fixed

This commit is contained in:
Lord_Cambion 2026-03-31 19:50:27 +02:00
parent 138c7ab028
commit 7e8ecc88e3

View file

@ -8557,6 +8557,10 @@ wstring CMinecraftApp::getEntityName(eINSTANCEOF type)
return app.GetString(IDS_WITHER);
case eTYPE_BAT:
return app.GetString(IDS_BAT);
case eTYPE_RABBIT:
return app.GetString(IDS_RABBIT);
case eTYPE_PHANTOM:
return L"Phantom";
};
return L"";