mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #4746 from VOREStation/upstream-merge-5922
[MIRROR] reduces delay in printing from librarian computer
This commit is contained in:
@@ -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.\"")
|
V.show_message("<b>[src]</b>'s monitor flashes, \"Printer unavailable. Please allow a short time before attempting to print.\"")
|
||||||
else
|
else
|
||||||
bibledelay = 1
|
bibledelay = 1
|
||||||
spawn(60)
|
spawn(6)
|
||||||
bibledelay = 0
|
bibledelay = 0
|
||||||
var/DBQuery/query = dbcon_old.NewQuery("SELECT * FROM library WHERE id=[sqlid]")
|
var/DBQuery/query = dbcon_old.NewQuery("SELECT * FROM library WHERE id=[sqlid]")
|
||||||
query.Execute()
|
query.Execute()
|
||||||
|
|||||||
Reference in New Issue
Block a user