mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
More work modifying client stuff
This commit is contained in:
@ -79,7 +79,7 @@ namespace SharedLibraryCore
|
||||
/// </summary>
|
||||
/// <param name="cNum">Client ID of player to be removed</param>
|
||||
/// <returns>true if removal succeded, false otherwise</returns>
|
||||
abstract public Task RemoveClient(int cNum);
|
||||
abstract public Task OnClientDisconnected(EFClient client);
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user