srogue: fix bug causing healing on invalid commands.

This commit is contained in:
John "Elwin" Edwards 2010-11-27 16:49:44 +00:00
parent a90fd134ba
commit e3ef50b351
2 changed files with 8 additions and 3 deletions

View file

@ -66,7 +66,7 @@ int fromfuse;
swander(fromfuse)
int fromfuse;
{
daemon(rollwand, TRUE, BEFORE);
daemon(rollwand, TRUE, AFTER);
}