Ignore:
Timestamp:
Nov 9, 2021, 6:28:33 PM (3 years ago)
Author:
alloc
Message:

Preparations for A20 release
Changes usage of "SteamID" to "UserID" in console commands
Also changes a bunch of the WebAPI stuff to show / use UserIDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/WebCommandResult.cs

    r332 r369  
    9595                }
    9696
    97                 public void SendLog (string _msg, string _trace, LogType _type) {
     97                public void SendLog (string _formattedMessage, string _plainMessage, string _trace, LogType _type, DateTime _timestamp, long _uptime) {
    9898                        //throw new NotImplementedException ();
    9999                }
Note: See TracChangeset for help on using the changeset viewer.