1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

start add of join button (still need to grab the external IP address)

finish up fixes for alias stuff
This commit is contained in:
RaidMax
2019-04-07 20:14:59 -05:00
parent 15a0be3035
commit 46e1fdad6d
10 changed files with 55 additions and 30 deletions

View File

@ -36,7 +36,7 @@ namespace WebfrontCore.Controllers
LevelInt = (int)p.Level
}).ToList(),
ChatHistory = s.ChatHistory.ToList(),
PlayerHistory = s.ClientHistory.ToArray(),
PlayerHistory = s.ClientHistory.ToArray()
};
return PartialView("_ClientActivity", serverInfo);
}