tag sync, replaces monitor references with alarmable references
This commit is contained in:
@@ -343,10 +343,12 @@ namespace Content.Server.Atmos.Monitor.Systems
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
string source = string.Empty;
|
||||
if (alarms == null) alarms = new List<AtmosMonitorThresholdType>();
|
||||
var prototype = Prototype(monitor.Owner);
|
||||
if (prototype != null) source = prototype.ID;
|
||||
*/
|
||||
|
||||
var payload = new NetworkPayload
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user