Ignore:
Timestamp:
Sep 3, 2018, 7:11:10 PM (6 years ago)
Author:
alloc
Message:

A17 compatibility changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/JSON/JSONNumber.cs

    r309 r324  
    8686                                } else {
    8787                                        double number;
    88                                         if (!Utils.TryParseDouble(sbNum.ToString (), out number)) {
     88                                        if (!StringParsers.TryParseDouble(sbNum.ToString (), out number)) {
    8989                                                throw new MalformedJSONException ("Mantissa is not a valid decimal (\"" + sbNum.ToString () + "\")");
    9090                                        }
Note: See TracChangeset for help on using the changeset viewer.