Skip to content

Commit

Permalink
Case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Oct 22, 2023
1 parent 8d6df91 commit ef75a03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ void function RecalculateHighestTitanFDLevel( entity player )
string enumName = PersistenceGetEnumItemNameForIndex( "titanClasses", i )
int aegisLevel = FD_TitanGetLevelForXP( enumName, FD_TitanGetXP( player, enumName ) )
if ( highestAegis < aegisLevel )
HighestAegis = AegisLevel
highestAegis = AegisLevel
}
player.SetPersistentVar( "fdStats.highestTitanFDLevel", highestAegis )
}
Expand Down

0 comments on commit ef75a03

Please sign in to comment.