MET08RESIMAPCDE - v2.43.4 - Builtin MonA, Run with layer

and 1T
This commit is contained in:
2022-09-13 08:35:12 -07:00
parent 2205b7918c
commit 6a9f1efeb6
10 changed files with 537 additions and 1 deletions

View File

@ -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;
}