Fix not updating meta count correctly.

This commit is contained in:
Ottermandias 2025-05-22 11:13:42 +02:00
parent 507b0a5aee
commit ac4c75d3c3

View file

@ -596,6 +596,7 @@ public class MetaDictionary
+ _data!.Gmp.Count + _data!.Gmp.Count
+ _data!.Atch.Count + _data!.Atch.Count
+ _data!.Shp.Count + _data!.Shp.Count
+ _data!.Atr.Count
+ _data!.Count; + _data!.Count;
} }