- Timestamp:
- Aug 9, 2023, 9:41:32 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Player.cs
r444 r459 93 93 ClientInfo ci = ConnectionManager.Instance.Clients.ForUserId (_nativeUserId); 94 94 if (ci == null) { 95 global::Log.Warning ($"[Web] Player.GET: ClientInfo null");95 Log.Warning ($"[Web] Player.GET: ClientInfo null"); 96 96 return; 97 97 } … … 101 101 102 102 if (entity == null) { 103 global::Log.Warning ($"[Web] Player.GET: EntityPlayer null");103 Log.Warning ($"[Web] Player.GET: EntityPlayer null"); 104 104 return; 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.