Skip to content

Commit

Permalink
Update ModMenuItemValues.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroHeavenVN committed Jun 29, 2024
1 parent cab760f commit 76f91f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void onChatFromMe(string text, string to)
onCancelChat();
return;
}
text = text.Replace('.', ',');
double value = 0;
bool isNumber = double.TryParse(text, out value);
if (isNumber)
Expand Down

0 comments on commit 76f91f1

Please sign in to comment.