Ignore:
Timestamp:
Aug 2, 2017, 6:46:15 PM (7 years ago)
Author:
alloc
Message:

Fixes update A16.2

File:
1 edited

Legend:

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

    r279 r306  
    3333                                        case '\\':
    3434                                        case '"':
    35                                         case '/':
     35//                                      case '/':
    3636                                                sb.Append ('\\');
    3737                                                sb.Append (c);
Note: See TracChangeset for help on using the changeset viewer.