1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

fix misaligned kick button with long names on webfront

This commit is contained in:
RaidMax
2020-08-12 13:46:14 -05:00
parent 225045432b
commit ae16306f35
2 changed files with 24 additions and 23 deletions

View File

@ -130,7 +130,6 @@ namespace IW4MAdmin.Application.EventParsers
int clientNumber = int.Parse(matchResult.Values[Configuration.Say.GroupMapping[ParserRegex.GroupType.OriginClientNumber]]);
// todo: these need to defined outside of here
if (message.StartsWith(_appConfig.CommandPrefix) || message.StartsWith(_appConfig.BroadcastCommandPrefix))
{
return new GameEvent()