mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
forgot that while debugging!
This commit is contained in:
parent
371d50b62e
commit
9e84f4abec
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ uint32 GetItemState( PublishedFileId_t nPublishedFileID )
|
|||
if (ugc_bridge->has_subbed_mod(nPublishedFileID)) {
|
||||
if (settings->isModInstalled(nPublishedFileID)) {
|
||||
PRINT_DEBUG(" mod is subscribed and installed\n");
|
||||
return k_EItemStateInstalled | k_EItemStateSubscribed | k_EItemStateLegacyItem;
|
||||
return k_EItemStateInstalled | k_EItemStateSubscribed;
|
||||
}
|
||||
|
||||
PRINT_DEBUG(" mod is subscribed\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue