mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
-stability fixes
-welcome has post-fixed connection indicator
This commit is contained in:
@ -29,6 +29,7 @@ namespace IW4MAdmin
|
||||
{
|
||||
Name = file;
|
||||
writeHandle = new StreamWriter(new FileStream(Name, FileMode.Create, FileAccess.Write, FileShare.ReadWrite));
|
||||
// writeHandle.AutoFlush = true;
|
||||
sze = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user