Fix IP parsing bug introduced with IW4Parser
Additional fix for Webfront Index OoB on _ClientActivity
This commit is contained in:
@ -28,7 +28,7 @@ namespace WebfrontCore.ViewComponents
|
||||
Level = p.Level.ToLocalizedLevelName(),
|
||||
LevelInt = (int)p.Level
|
||||
}).ToList(),
|
||||
ChatHistory = s.ChatHistory,
|
||||
ChatHistory = s.ChatHistory.ToList(),
|
||||
Online = !s.Throttled
|
||||
}).ToList();
|
||||
return View("_List", serverInfo);
|
||||
|
Reference in New Issue
Block a user