mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 11:26:07 +00:00
Remove testing/CN items from the item dump
This commit is contained in:
parent
3557981b4a
commit
d4936abb37
@ -152,6 +152,7 @@ public interface Dumpers {
|
||||
var dump = new HashMap<Integer, ItemData>();
|
||||
originalDump.forEach(item -> {
|
||||
// Validate the item.
|
||||
if (item.name.contains("[CHS]")) return;
|
||||
if (names.contains(item.name)) return;
|
||||
if (dump.containsKey(item.id)) return;
|
||||
// Add the item to the dump.
|
||||
|
Loading…
Reference in New Issue
Block a user