bug fixed
This commit is contained in:
@@ -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"";
|
||||
|
||||
Reference in New Issue
Block a user