mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
MOD制作器自动填充空tag fix #354
This commit is contained in:
parent
a3fa2f0a6c
commit
20d00d16ce
@ -337,7 +337,11 @@ namespace VPet_Simulator.Core
|
||||
{
|
||||
Moves.Add(LPSConvert.DeserializeObject<Move>(line));
|
||||
}
|
||||
Data.AddRange(lps);
|
||||
foreach (var line in lps)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(line.info))
|
||||
Data.Add(line);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user