Client: when an unknown network event is received, error out with a message.
This commit is contained in:
parent
cbf78aa26a
commit
f00d49e6ca
1 changed files with 1 additions and 1 deletions
|
@ -197,6 +197,6 @@ Event_Parse(float type)
|
|||
BreakModel_Receive();
|
||||
break;
|
||||
default:
|
||||
error("event not recognized. abort immediately.\n");
|
||||
error(sprintf("event id %d not recognized. abort immediately.\n", type));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue