mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 02:13:09 +00:00
bug fixed
This commit is contained in:
parent
138c7ab028
commit
7e8ecc88e3
|
|
@ -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"";
|
||||
|
|
|
|||
Loading…
Reference in a new issue