Skip to content

Commit

Permalink
Don't try to delete ptMaintenance if Delete called from MaintenanceTi…
Browse files Browse the repository at this point in the history
…mer.

ptMaintenance won't hold a valid timer, so let Delete set it to $
without trying to delete.
  • Loading branch information
skittles1 committed Mar 25, 2015
1 parent d0807cc commit 7408538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kod/object/passive/guild.kod
Expand Up @@ -666,7 +666,7 @@ messages:
#message_rsc=guild_threeperson_failed);
}

Send(self,@Delete,#timerdelete=TRUE);
Send(self,@Delete,#timerdelete=FALSE);

return;
}
Expand Down

0 comments on commit 7408538

Please sign in to comment.