Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>
This commit is contained in:
Aaron Kimbrell 2024-06-06 21:34:29 -05:00 committed by GitHub
parent 0e6cb8ab19
commit 66cf96af1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,6 @@ void CDDeletionRestrictionsTable::LoadValuesFromDatabase() {
tableData.nextRow();
}
tableData.finalize();
}
const CDDeletionRestriction& CDDeletionRestrictionsTable::GetByID(uint32_t id) {