More cleanup

This commit is contained in:
Akkadius
2021-02-06 17:38:11 -06:00
parent ed9f155f7c
commit b01793081a
2 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -4043,8 +4043,8 @@ bool TaskGoalListManager::IsInList(int list_id, int entry)
return false;
}
Log(Logs::General, Logs::Tasks, "[UPDATE] TaskGoalListManager::IsInList(%i, %i) returning true", list_index,
entry);
Log(Logs::General, Logs::Tasks, "[UPDATE] TaskGoalListManager::IsInList(%i, %i) returning true", list_index, entry);
return true;
}