Added IManager parameter to IPlugin.OnLoadAsync
This commit is contained in:
@ -84,7 +84,7 @@ namespace Welcome_Plugin
|
||||
}
|
||||
}
|
||||
|
||||
public async Task OnLoadAsync()
|
||||
public async Task OnLoadAsync(IManager manager)
|
||||
{
|
||||
PlayerPings = new Dictionary<int, float>();
|
||||
PingAverageCount = 1;
|
||||
|
Reference in New Issue
Block a user