mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 08:38:19 -05:00
Add grouping for servers on top stats, live radar, and scoreboard
This commit is contained in:
@ -31,7 +31,8 @@ namespace IW4MAdmin.Plugins.LiveRadar.Web.Controllers
|
||||
{
|
||||
Name = server.Hostname,
|
||||
IPAddress = server.ListenAddress,
|
||||
Port = server.ListenPort
|
||||
Port = server.ListenPort,
|
||||
Game = server.GameCode
|
||||
});
|
||||
|
||||
ViewBag.Title = Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_RADAR_TITLE"];
|
||||
|
Reference in New Issue
Block a user