Skip to content

Commit

Permalink
Case typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Oct 22, 2023
1 parent ef75a03 commit 316d451
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 316d451

Please sign in to comment.