mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
add localized level names
intellisense suggestion junk
This commit is contained in:
@ -11,7 +11,7 @@ namespace SharedLibraryCore
|
||||
{
|
||||
public class RemoteFile : IFile
|
||||
{
|
||||
string Location;
|
||||
readonly string Location;
|
||||
string[] FileCache = new string[0];
|
||||
|
||||
public RemoteFile(string location) : base(string.Empty)
|
||||
@ -101,7 +101,7 @@ namespace SharedLibraryCore
|
||||
//END
|
||||
|
||||
private long sze;
|
||||
private String Name;
|
||||
private readonly String Name;
|
||||
private StreamReader Handle;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user