mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-09-23 03:36:40 +00:00
Fixed cardtitles and emblems
This commit is contained in:
@@ -171,7 +171,7 @@ getCardTitles()
|
||||
if (!isSubStr(card_name, "cardtitle_"))
|
||||
continue;
|
||||
|
||||
cards[cards.size] = card_name;
|
||||
cards[cards.size] = i;
|
||||
}
|
||||
|
||||
return cards;
|
||||
@@ -194,7 +194,7 @@ getCardIcons()
|
||||
if (!isSubStr(card_name, "cardicon_"))
|
||||
continue;
|
||||
|
||||
cards[cards.size] = card_name;
|
||||
cards[cards.size] = i;
|
||||
}
|
||||
|
||||
return cards;
|
||||
|
Reference in New Issue
Block a user