mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
refactor: improved card info
This commit is contained in:
parent
b1e4ea2790
commit
ad8e7daf97
47 changed files with 84 additions and 81 deletions
|
|
@ -153,7 +153,7 @@ public class ChatManagerImpl implements ChatManager {
|
|||
CardInfo cardInfo = CardRepository.instance.findCard(searchName, true);
|
||||
if (cardInfo != null) {
|
||||
String newMessagePart = GameLog.getColoredObjectIdName(
|
||||
cardInfo.getCard().getColor(),
|
||||
cardInfo.createCard().getColor(),
|
||||
UUID.randomUUID(),
|
||||
cardInfo.getName(),
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue