Upstream merge 65756 (#12457)

* Makes the beaker panel send assets to the user instead of null. (#65756)

* Fixes the beaker panel runtiming every time you open it.

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
Co-authored-by: SkyratBot <skyratcommunity@gmail.com>
This commit is contained in:
Gandalf
2022-04-01 01:18:30 +01:00
committed by GitHub
parent d35f795a0d
commit 29db109e72
+1 -1
View File
@@ -66,7 +66,7 @@
if(!check_rights())
return
var/datum/asset/asset_datum = get_asset_datum(/datum/asset/simple/namespaced/common)
asset_datum.send()
asset_datum.send(usr)
//Could somebody tell me why this isn't using the browser datum, given that it copypastes all of browser datum's html
var/dat = {"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">