chore(CanApply): remove notifications for sector and train prots (#1679)
* chore(CanApply): remove notifications for sector and train prots * revert: partial revert @maybegreat48 will be implementing a fix for the false positives.
This commit is contained in:
parent
15745eebe1
commit
47891cbcae
@ -899,7 +899,7 @@ namespace big
|
|||||||
const auto train_node = (CTrainGameStateDataNode*)(node);
|
const auto train_node = (CTrainGameStateDataNode*)(node);
|
||||||
if (train_node->m_track_id < 0 || train_node->m_track_id >= 27)
|
if (train_node->m_track_id < 0 || train_node->m_track_id >= 27)
|
||||||
{
|
{
|
||||||
notify::crash_blocked(sender, "out of bounds train track index");
|
// notify::crash_blocked(sender, "out of bounds train track index");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user