mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 10:34:11 +02:00
fix some more overflow panics
This commit is contained in:
parent
7cc06bddee
commit
66d568a65f
3 changed files with 3 additions and 4 deletions
|
|
@ -62,7 +62,6 @@ impl Parse for GameEventMessage {
|
|||
}
|
||||
}
|
||||
None => {
|
||||
dbg!(state.event_definitions.len());
|
||||
return Err(ParseError::MalformedGameEvent(GameEventError::UnknownType(
|
||||
event_type,
|
||||
)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue