mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-01 15:49:58 -08:00
local playing bugfixes
This commit is contained in:
@@ -96,7 +96,6 @@ void ServerSocketInterface::sendProtocolItem(ProtocolItem *item, bool deleteItem
|
||||
item->write(xmlWriter);
|
||||
if (deleteItem)
|
||||
delete item;
|
||||
return true;
|
||||
}
|
||||
|
||||
int ServerSocketInterface::getDeckPathId(int basePathId, QStringList path)
|
||||
|
||||
Reference in New Issue
Block a user