- Timestamp:
- Jun 17, 2024, 5:25:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Player.cs
r463 r487 92 92 ClientInfo ci = ConnectionManager.Instance.Clients.ForUserId (_nativeUserId); 93 93 if (ci == null) { 94 Log.Warning ( $"[Web] Player.GET: ClientInfo null");94 Log.Warning ("[Web] Player.GET: ClientInfo null"); 95 95 return; 96 96 } … … 100 100 101 101 if (entity == null) { 102 Log.Warning ( $"[Web] Player.GET: EntityPlayer null");102 Log.Warning ("[Web] Player.GET: EntityPlayer null"); 103 103 return; 104 104 }
Note:
See TracChangeset
for help on using the changeset viewer.