Ignore:
Timestamp:
May 18, 2023, 4:31:05 PM (18 months ago)
Author:
alloc
Message:

Added GameStats and GamePrefs APIs
Fixed ServerInfo API JSON output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/MapRendering/src/MapRenderer.cs

    r425 r437  
    317317                        writer.WriteBeginObject ();
    318318                       
    319                         writer.WriteString ("blockSize");
    320                         writer.WriteNameSeparator ();
     319                        writer.WritePropertyName ("blockSize");
    321320                        writer.WriteInt32 (Constants.MapBlockSize);
    322321                       
    323322                        writer.WriteValueSeparator ();
    324                         writer.WriteString ("maxZoom");
    325                         writer.WriteNameSeparator ();
     323                        writer.WritePropertyName ("maxZoom");
    326324                        writer.WriteInt32 (Constants.Zoomlevels - 1);
    327325                       
Note: See TracChangeset for help on using the changeset viewer.