Ignore:
Timestamp:
Aug 9, 2023, 9:41:32 PM (15 months ago)
Author:
alloc
Message:

Updated to dashboard/marker files 0.8.0
Added initial OpenAPI support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Player.cs

    r444 r459  
    9393                        ClientInfo ci = ConnectionManager.Instance.Clients.ForUserId (_nativeUserId);
    9494                        if (ci == null) {
    95                                 global::Log.Warning ($"[Web] Player.GET: ClientInfo null");
     95                                Log.Warning ($"[Web] Player.GET: ClientInfo null");
    9696                                return;
    9797                        }
     
    101101
    102102                        if (entity == null) {
    103                                 global::Log.Warning ($"[Web] Player.GET: EntityPlayer null");
     103                                Log.Warning ($"[Web] Player.GET: EntityPlayer null");
    104104                                return;
    105105                        }
Note: See TracChangeset for help on using the changeset viewer.