mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Ignore race rewards for EPs that aren't found
This commit is contained in:
parent
52389c2c69
commit
82d5455da6
@ -608,9 +608,8 @@ void TableData::loadDrops() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (EPMap == -1) { // not found
|
if (EPMap == -1) { // not found
|
||||||
char buff[255];
|
std::cout << "[WARN] EP with ID " << raceEPID << " not found, skipping" << std::endl;
|
||||||
sprintf(buff, "EP with ID %d not found", raceEPID);
|
continue;
|
||||||
throw TableException(std::string(buff));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// time limit isn't stored in the XDT, so we include it in the reward table instead
|
// time limit isn't stored in the XDT, so we include it in the reward table instead
|
||||||
|
Loading…
Reference in New Issue
Block a user