1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 15:52:25 -05:00

fix for issue #50

This commit is contained in:
RaidMax
2018-09-16 17:51:11 -05:00
parent aac74f3633
commit 134f16861e
4 changed files with 21 additions and 31 deletions

View File

@ -107,7 +107,7 @@ namespace IW4MAdmin.Application
// todo: this is a hacky mess
if (newEvent.Origin?.DelayedEvents.Count > 0 &&
(newEvent.Origin?.State == Player.ClientState.Connected ||
(//newEvent.Origin?.State == Player.ClientState.Connected ||
newEvent.Type == GameEvent.EventType.Connect))
{
var events = newEvent.Origin.DelayedEvents;