mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Small fixes
This commit is contained in:
@ -348,7 +348,7 @@ namespace SharedLibraryCore.Database.Models
|
||||
/// </summary>
|
||||
/// <param name="banReason">reason for the ban</param>
|
||||
/// <param name="sender">client performing the ban</param>
|
||||
public GameEvent Ban(String banReason, EFClient sender, bool isEvade = false)
|
||||
public GameEvent Ban(String banReason, EFClient sender, bool isEvade)
|
||||
{
|
||||
var e = new GameEvent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user