Fixed a bug where blocking a message would crash the server.

This commit is contained in:
David Anderson
2004-06-26 22:46:54 +00:00
parent 8477d8834a
commit f4de83c31a
2 changed files with 3 additions and 2 deletions

View File

@ -274,6 +274,7 @@ void MessageEnd(void)
int mres = 0;
unsigned int i = 0;
if (inblock) {
inblock = false;
if (msgBlocks[msgType] == BLOCK_ONCE)
msgBlocks[msgType] = BLOCK_NOT;
RETURN_META(MRES_SUPERCEDE);