Add break statement to CDynamicEntityGameStateDataNode (#3261)

This commit is contained in:
tyackman 2024-06-19 06:58:12 -05:00 committed by GitHub
parent a40f4a4956
commit 2f79436d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1663,6 +1663,7 @@ namespace big
notify::crash_blocked(sender, "invalid interior");
return true;
}
break;
}
case sync_node_id("CPedMovementGroupDataNode"):
{