mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 13:37:42 +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>();
|
var dump = new HashMap<Integer, ItemData>();
|
||||||
originalDump.forEach(item -> {
|
originalDump.forEach(item -> {
|
||||||
// Validate the item.
|
// Validate the item.
|
||||||
|
if (item.name.contains("[CHS]")) return;
|
||||||
if (names.contains(item.name)) return;
|
if (names.contains(item.name)) return;
|
||||||
if (dump.containsKey(item.id)) return;
|
if (dump.containsKey(item.id)) return;
|
||||||
// Add the item to the dump.
|
// Add the item to the dump.
|
||||||
|
Loading…
Reference in New Issue
Block a user