Skip to content

Commit

Permalink
Fixed a part i was missing in my code :P
Browse files Browse the repository at this point in the history
  • Loading branch information
n-Bab committed Aug 22, 2016
1 parent 6aedf0d commit 88b1a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RenX.Core/RenX_Functions.cpp
Expand Up @@ -812,6 +812,7 @@ const Jupiter::ReferenceString RenX::translateName(const Jupiter::ReadableString
}
else if (object.find(STRING_LITERAL_AS_REFERENCE("CapturableMCT_")) == 0)
{
object.shiftRight(14);
/** Fort structures */
if (object.equals(STRING_LITERAL_AS_REFERENCE("Fort"))) return translated_CapturableMCT_Fort;
if (object.equals(STRING_LITERAL_AS_REFERENCE("MC"))) return translated_CapturableMCT_MC;
Expand Down

0 comments on commit 88b1a48

Please sign in to comment.