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

Added IManager parameter to IPlugin.OnLoadAsync

This commit is contained in:
RaidMax
2017-10-16 22:47:41 -05:00
parent 4c813b18d6
commit c19d6e98f5
13 changed files with 23 additions and 32 deletions

View File

@ -43,7 +43,7 @@ namespace IW4MAdmin.Plugins
}
}
public async Task OnLoadAsync()
public async Task OnLoadAsync(IManager manager)
{
Interval = DateTime.Now;
}