mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
[tweaks and fixes]
reenable tekno support address vagrant thread issue refactor game log reader creation to follow better practices fix bot issues/address how guids are generated for bots/none provided
This commit is contained in:
@ -530,7 +530,7 @@ namespace IW4MAdmin.Plugins.Stats
|
||||
/// </summary>
|
||||
/// <param name="origin"></param>
|
||||
/// <returns></returns>
|
||||
private bool IsWorldDamage(EFClient origin) => origin?.NetworkId == 1;
|
||||
private bool IsWorldDamage(EFClient origin) => origin?.NetworkId == Utilities.WORLD_ID || origin?.ClientId == Utilities.WORLD_ID;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if we should try to use anticheat even if sv_customcallbacks is not defined
|
||||
|
Reference in New Issue
Block a user