1
0
Fork 0

Removed missiterperatable malfunctioning error handling code

This commit is contained in:
Tycho 2014-03-14 07:02:57 -07:00
parent e61810e1bf
commit 58fa8b40bf
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ AString cObjective::TypeToString(eType a_Type)
case otStatBlockMine: return "stat.mineBlock";
case otStatEntityKill: return "stat.killEntity";
case otStatEntityKilledBy: return "stat.entityKilledBy";
default: return "";
}
}