Merge pull request #5922 from elgeonmb/patch-9

reduces delay in printing from librarian computer
This commit is contained in:
Anewbe
2019-02-03 13:36:37 -06:00
committed by VirgoBot
parent 30ab44613d
commit 29740207f9

View File

@@ -367,7 +367,7 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
V.show_message("<b>[src]</b>'s monitor flashes, \"Printer unavailable. Please allow a short time before attempting to print.\"")
else
bibledelay = 1
spawn(60)
spawn(6)
bibledelay = 0
var/DBQuery/query = dbcon_old.NewQuery("SELECT * FROM library WHERE id=[sqlid]")
query.Execute()