mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
more plugin tweaks, added console interface!
This commit is contained in:
@ -4,7 +4,7 @@ using System.Threading;
|
||||
|
||||
namespace Webfront_Plugin
|
||||
{
|
||||
public class Webfront : Notify
|
||||
public class Webfront : Plugin
|
||||
{
|
||||
private static Manager webManager;
|
||||
|
||||
@ -33,5 +33,15 @@ namespace Webfront_Plugin
|
||||
|
||||
webManagerThread.Start();
|
||||
}
|
||||
|
||||
public override String Name
|
||||
{
|
||||
get { return "Webfront"; }
|
||||
}
|
||||
|
||||
public override float Version
|
||||
{
|
||||
get { return 0.1f; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user