MET08RESIMAPCDE - v2.43.4 - Builtin MonA, Run with layer
and 1T
This commit is contained in:
@ -308,6 +308,10 @@ public class ProcessData : IProcessData
|
||||
else
|
||||
zone = segments[3];
|
||||
}
|
||||
if (layer.Length > 1 && layer[0] == '0')
|
||||
layer = layer.Substring(1);
|
||||
if (zone.Length > 1 && zone[0] == '0')
|
||||
zone = zone.Substring(1);
|
||||
result = new(layer, psn, rds, reactor, run, title, zone);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user