1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-24 14:10:29 -05:00

add localized level names

intellisense suggestion junk
This commit is contained in:
RaidMax
2018-08-03 21:11:58 -05:00
parent df27311895
commit 9d79a8e090
23 changed files with 93 additions and 50 deletions

View File

@ -11,7 +11,7 @@ namespace IW4MAdmin.Application.IO
Server Server;
long PreviousFileSize;
GameLogReader Reader;
string GameLogFile;
readonly string GameLogFile;
class EventState
{

View File

@ -10,7 +10,7 @@ namespace IW4MAdmin.Application.IO
class GameLogReader
{
IEventParser Parser;
string LogFile;
readonly string LogFile;
public GameLogReader(string logFile, IEventParser parser)
{