mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
another missing qdel (#16989)
This commit is contained in:
@@ -502,6 +502,7 @@
|
||||
var/datum/db_query/query = SSdbcore.NewQuery("DELETE FROM library WHERE id=[sqlid]")
|
||||
query.Execute()
|
||||
log_admin("[usr.key] has deleted the book [sqlid]") //VOREStation Addition
|
||||
qdel(query)
|
||||
|
||||
if(href_list["orderbyid"])
|
||||
var/orderid = tgui_input_number(usr, "Enter your order:")
|
||||
|
||||
Reference in New Issue
Block a user