Commit 55ed1e12 authored by nanahira's avatar nanahira

fix

parent f25417da
Pipeline #5342 passed with stages
in 32 minutes and 42 seconds
......@@ -73,7 +73,7 @@ const std::unordered_map<int, int>* DeckManager::GetLFListContent(int lfhash) {
return nullptr;
}
static int checkAvail(int ot, int avail) {
if(!!(ot && 0x4))
if(!!(ot & 0x4))
return 0;
if((ot & avail) == avail)
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment