Reverted some of plugin method signatures as I realized it didn't really make sense.

This commit is contained in:
RaidMax
2017-06-13 18:33:47 -04:00
parent 45cb985701
commit 2dc8f55e7c
13 changed files with 122 additions and 109 deletions

View File

@ -133,12 +133,12 @@ namespace StatsPlugin
get { return "RaidMax"; }
}
public async Task OnLoadAsync(Server S)
public async Task OnLoadAsync()
{
statLists = new List<StatTracking>();
}
public async Task OnUnloadAsync(Server S)
public async Task OnUnloadAsync()
{
statLists.Clear();
}