Skip to content

Commit

Permalink
Merge branch 'beta' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericple authored Mar 23, 2024
2 parents 22de8dd + 159f11e commit b0721ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion UniSequence/UniSequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ auto UniSequence::OnGetTagItem(CFlightPlan fp, CRadarTarget rt, int itemCode, in
}
if (seqadd) seqNum++;
}

if (seqNum > 99) seqNum = 99;// you won't want to say "Your sequence number is one hundred and fivty nine"

int bufferSize = strlen(STATUS_TEXT_PLACE_HOLDER) + 1;// Get buffer length from status
Expand Down
1 change: 1 addition & 0 deletions UniSequence/UniSequence.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ constexpr auto PLUGIN_NAME = "UniSequence";
constexpr auto PLUGIN_VER = "v2.0.5-nightly";
constexpr auto PLUGIN_AUTHOR = "Ericple Garrison";
constexpr auto PLUGIN_COPYRIGHT = "AGPL-3.0 license";

#endif

#ifndef Code
Expand Down

0 comments on commit b0721ad

Please sign in to comment.