mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Remove testing/CN items from the item dump
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user