- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs
r369 r420 24 24 foreach (KeyValuePair<PlatformUserIdentifierAbs, Player> kvp in playersList.Dict) { 25 25 if (admTools != null) { 26 if (admTools. IsBanned (kvp.Key, out _, out _)) {26 if (admTools.Blacklist.IsBanned (kvp.Key, out _, out _)) { 27 27 continue; 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.