add localized level names
intellisense suggestion junk
This commit is contained in:
@ -11,7 +11,7 @@ namespace IW4MAdmin.Application.IO
|
||||
Server Server;
|
||||
long PreviousFileSize;
|
||||
GameLogReader Reader;
|
||||
string GameLogFile;
|
||||
readonly string GameLogFile;
|
||||
|
||||
class EventState
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ namespace IW4MAdmin.Application.IO
|
||||
class GameLogReader
|
||||
{
|
||||
IEventParser Parser;
|
||||
string LogFile;
|
||||
readonly string LogFile;
|
||||
|
||||
public GameLogReader(string logFile, IEventParser parser)
|
||||
{
|
||||
|
Reference in New Issue
Block a user