mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Fixed a few little mistakes I forgot about
This commit is contained in:
@ -845,7 +845,7 @@ namespace IW4MAdmin
|
||||
}
|
||||
catch (Exception E)
|
||||
{
|
||||
Log.Write("Error during initialization - " + E.Message, Log.Level.All);
|
||||
Log.Write("Error during initialization - " + E.Message +"--" + E.StackTrace, Log.Level.All);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user