mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Style fix for travis
This commit is contained in:
parent
642ce68496
commit
18ec1d3753
1 changed files with 1 additions and 2 deletions
|
|
@ -868,8 +868,7 @@ DeckList *Servatrice_DatabaseInterface::getDeckFromDatabase(int deckId, int user
|
||||||
{
|
{
|
||||||
checkSql();
|
checkSql();
|
||||||
|
|
||||||
if ((server->getGlobalDecksID() != -1) && (deckId > globalDeckOffset))
|
if ((server->getGlobalDecksID() != -1) && (deckId > globalDeckOffset)) {
|
||||||
{
|
|
||||||
deckId = deckId - globalDeckOffset;
|
deckId = deckId - globalDeckOffset;
|
||||||
userId = server->getGlobalDecksID();
|
userId = server->getGlobalDecksID();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue