mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
More cleanup
project renaming moved PluginImporter to SharedLibrary config writer abstracted for plugins
This commit is contained in:
@ -205,12 +205,12 @@ namespace Votemap_Plugin
|
||||
}
|
||||
}
|
||||
|
||||
public async Task OnLoadAsync()
|
||||
public async Task OnLoadAsync(Server S)
|
||||
{
|
||||
serverVotingList = new List<ServerVoting>();
|
||||
}
|
||||
|
||||
public async Task OnUnloadAsync()
|
||||
public async Task OnUnloadAsync(Server S)
|
||||
{
|
||||
serverVotingList.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user