forked from kyonshi/grenzland-mud
[Jan 24 2009] - Rumble
Fixed command queue cancelling "--" from cancelling the next command. (thanks Fren ze/Ogdin) Fixed object timer values from not saving. (thanks Stoneheart) Fixed latest GCC warnings in the /utils. (thanks Jamdog) Fixed violent area spells so they would not harm group members. (thanks Nhilar) Changed usage of qm->nr to GET_MOB_VNUM(qm). (thanks Tails)
This commit is contained in:
@@ -1968,7 +1968,7 @@ static int process_input(struct descriptor_data *t)
|
||||
{
|
||||
write_to_output(t, "All queued commands cancelled.\r\n");
|
||||
flush_queues(t); /* Flush the command queue */
|
||||
return (1); /* No need to process the -- command any further, so quit back out */
|
||||
failed_subst = 1; /* Allow the read point to be moved, but don't add to queue */
|
||||
}
|
||||
|
||||
if (!failed_subst)
|
||||
|
||||
Reference in New Issue
Block a user