Removed missiterperatable malfunctioning error handling code
This commit is contained in:
parent
e61810e1bf
commit
58fa8b40bf
@ -30,8 +30,6 @@ AString cObjective::TypeToString(eType a_Type)
|
|||||||
case otStatBlockMine: return "stat.mineBlock";
|
case otStatBlockMine: return "stat.mineBlock";
|
||||||
case otStatEntityKill: return "stat.killEntity";
|
case otStatEntityKill: return "stat.killEntity";
|
||||||
case otStatEntityKilledBy: return "stat.entityKilledBy";
|
case otStatEntityKilledBy: return "stat.entityKilledBy";
|
||||||
|
|
||||||
default: return "";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user