Ignore:
Timestamp:
Jun 17, 2024, 5:25:43 PM (5 months ago)
Author:
alloc
Message:

1.1.0.1 Release for V 1.0

File:
1 edited

Legend:

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

    r463 r487  
    9292                        ClientInfo ci = ConnectionManager.Instance.Clients.ForUserId (_nativeUserId);
    9393                        if (ci == null) {
    94                                 Log.Warning ($"[Web] Player.GET: ClientInfo null");
     94                                Log.Warning ("[Web] Player.GET: ClientInfo null");
    9595                                return;
    9696                        }
     
    100100
    101101                        if (entity == null) {
    102                                 Log.Warning ($"[Web] Player.GET: EntityPlayer null");
     102                                Log.Warning ("[Web] Player.GET: EntityPlayer null");
    103103                                return;
    104104                        }
Note: See TracChangeset for help on using the changeset viewer.