v1.2.6.0 (Winter Update)
This commit is contained in:
@@ -304,7 +304,8 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
private void ThrowError(string message, Client c)
|
||||
{
|
||||
DebugConsole.ThrowError(message);
|
||||
DebugConsole.ThrowError(message,
|
||||
contentPackage: item.Prefab.ContentPackage);
|
||||
SendToClient(CircuitBoxOpcode.Error, new CircuitBoxErrorEvent(message), c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user