mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fixed up IW5 parser with new event system
changed login alias to li (duplicate) fixed crashing bug in generic repo fixed anonymous name in access to web console
This commit is contained in:
@ -35,7 +35,7 @@ namespace WebfrontCore.Controllers
|
||||
ClientId = Client.ClientId,
|
||||
Level = Client.Level,
|
||||
CurrentServer = server,
|
||||
CurrentAlias = new Alias() { Name = Client.Name }
|
||||
Name = Client.Name
|
||||
};
|
||||
var remoteEvent = new GameEvent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user