Skip to content
Snippets Groups Projects
  • Giuseppe Bilotta's avatar
    aab50cd2
    Fix conditional bug in inventory · aab50cd2
    Giuseppe Bilotta authored
    A spurious semicolon after the conditional checking for the drop count
    to be not higher than the owned count caused the subsequent
        count = getCount()
    to be always executed. Fix by removing the extra semicolon.
    aab50cd2
    History
    Fix conditional bug in inventory
    Giuseppe Bilotta authored
    A spurious semicolon after the conditional checking for the drop count
    to be not higher than the owned count caused the subsequent
        count = getCount()
    to be always executed. Fix by removing the extra semicolon.