1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

more alias changes :(

fix flag penalty coming from wrong user
This commit is contained in:
RaidMax
2019-01-02 18:32:39 -06:00
parent 5a1525835a
commit da3259cb36
7 changed files with 144 additions and 167 deletions

View File

@ -66,7 +66,7 @@ namespace SharedLibraryCore
//Returns list of all current players
public List<EFClient> GetClientsAsList()
{
return Clients.FindAll(x => x != null);
return Clients.FindAll(x => x != null && x.NetworkId != 0);
}
/// <summary>