Skip to content

Commit

Permalink
Merge pull request #684 from NebulaModTeam/PhantomGamers-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Jun 29, 2024
2 parents 37d990e + adc9ee4 commit eb3292b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NebulaNetwork/Ngrok/NgrokManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private void ErrorDataReceivedEventHandler(object sender, DataReceivedEventArgs
"ERR_NGROK_105" => "Authtoken is empty or expired".Translate(),
"ERR_NGROK_108" => "Session limit reached".Translate(),
"ERR_NGROK_123" => "Account email not verified".Translate(),
"ERR_NGROK_8013" => "Account requires a debit/credit card".Translate(),
_ => string.Empty
};
NgrokLastErrorCodeDesc = !string.IsNullOrWhiteSpace(NgrokLastErrorCodeDesc) ? $"({NgrokLastErrorCodeDesc})" : string.Empty;
Expand Down

0 comments on commit eb3292b

Please sign in to comment.