mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
table debug
This commit is contained in:
parent
ef4ad5758c
commit
626784c0ea
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ impl<'a> ParserState {
|
|||
for class in self.server_classes.iter() {
|
||||
if let Some(table) = send_tables.remove(&class.data_table) {
|
||||
self.send_tables.push(table);
|
||||
} else {
|
||||
eprintln!("class without table? {} {}", class.name, class.data_table);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue