mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
boom
This commit is contained in:
parent
d329376e93
commit
1c2aa15b22
38 changed files with 638 additions and 1651 deletions
|
|
@ -63,6 +63,9 @@ ProtocolItem *ProtocolItem::getNewItem(const QString &name)
|
|||
|
||||
void ProtocolItem::initializeHash()
|
||||
{
|
||||
if (!itemNameHash.isEmpty())
|
||||
return;
|
||||
|
||||
initializeHashAuto();
|
||||
itemNameHash.insert("resp", ProtocolResponse::newItem);
|
||||
ProtocolResponse::initializeHash();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue