mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
migrate welcome plugin to .NET Core 2.0
more fixes to stats database for migration last connection set when client connects and disconnects update GeoIP datatbase
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
using SharedLibrary.Interfaces;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
|
||||
namespace Welcome_Plugin
|
||||
namespace IW4MAdmin.Plugins.Welcome
|
||||
{
|
||||
class WelcomeConfiguration : IBaseConfiguration
|
||||
{
|
||||
|
Reference in New Issue
Block a user