mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
Fixed the ban loop bug (client goes into zombie state if immediately kicked upon joining, and won't disconnect until a timeout)
This commit is contained in:
@ -23,6 +23,9 @@ namespace IW4MAdmin
|
||||
public Logger(string fn)
|
||||
{
|
||||
FileName = fn;
|
||||
|
||||
if (File.Exists(fn))
|
||||
File.Delete(fn);
|
||||
}
|
||||
|
||||
void Write(string msg, LogType type)
|
||||
|
Reference in New Issue
Block a user