v1.3.0.4
This commit is contained in:
@@ -2615,7 +2615,7 @@ namespace Barotrauma
|
||||
/// <summary>
|
||||
/// Log the error message, but only if an error with the same identifier hasn't been thrown yet during this session.
|
||||
/// </summary>
|
||||
public static void ThrowErrorOnce(string identifier, string errorMsg, Exception e)
|
||||
public static void ThrowErrorOnce(string identifier, string errorMsg, Exception e = null)
|
||||
{
|
||||
if (loggedErrorIdentifiers.Contains(identifier)) { return; }
|
||||
ThrowError(errorMsg, e);
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
v1.3.0.4
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- Fixed another exploit that allowed crashing servers by sending them specifically crafted malformed data.
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
v1.3.0.3
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user