mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 07:40:54 -05:00
Massive refactoring and rudimentary plugin support.
This commit is contained in:
@ -14,7 +14,7 @@ namespace IW4MAdmin
|
||||
None,
|
||||
}
|
||||
|
||||
public Log(file logf, Level mode, int port)
|
||||
public Log(IFile logf, Level mode, int port)
|
||||
{
|
||||
logFile = logf;
|
||||
logMode = mode;
|
||||
@ -53,7 +53,7 @@ namespace IW4MAdmin
|
||||
return DateTime.Now.ToString("HH:mm:ss");
|
||||
}
|
||||
|
||||
private file logFile;
|
||||
private IFile logFile;
|
||||
private Level logMode;
|
||||
private int Port;
|
||||
}
|
||||
|
Reference in New Issue
Block a user