mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user