Ban reason not showing with kickFixed

Hey Austin,

On line 2250 shouldn't it be 

Kick(source, bandata.steamid != string.Empty ? bandata.steamid : bandata.ip, bandata.reason, true);

instead of

Kick(source, bandata.steamid != string.Empty ? bandata.steamid : bandata.ip, "Banned", true);

That's why I was always getting the default reason in the broadcasted messages when someone was getting banned.

I will look into it, thanks!

Locked automatically