Exclusive does not exist. Seemingly un-needed?

This commit is contained in:
Mechoid
2021-01-12 15:59:37 -08:00
parent 831bd6861b
commit dd7b484386
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@
if (recipe.time)
to_chat(user, "<span class='notice'>Building [recipe.title] ...</span>")
if (!do_after(user, recipe.time, exclusive = TRUE))
if (!do_after(user, recipe.time))
return
if (use(required))