mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-14 20:15:51 +00:00
Revert brackets
This commit is contained in:
@@ -1177,9 +1177,8 @@ function parseUnneededText(section: string[], item: ParsedItem) {
|
|||||||
item.category !== ItemCategory.Shield &&
|
item.category !== ItemCategory.Shield &&
|
||||||
item.category !== ItemCategory.Spear &&
|
item.category !== ItemCategory.Spear &&
|
||||||
item.category !== ItemCategory.Buckler
|
item.category !== ItemCategory.Buckler
|
||||||
) {
|
)
|
||||||
return "PARSER_SKIPPED";
|
return "PARSER_SKIPPED";
|
||||||
}
|
|
||||||
|
|
||||||
for (const line of section) {
|
for (const line of section) {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user