- Timestamp:
- Sep 4, 2018, 2:33:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs
r325 r326 31 31 32 32 if (listOffline || p.IsOnline) { 33 ulong player_steam_ID = 0L;33 ulong player_steam_ID; 34 34 if (!ulong.TryParse (sid, out player_steam_ID)) { 35 35 player_steam_ID = 0L;
Note:
See TracChangeset
for help on using the changeset viewer.