mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Fixes the admin painting manager (#79842)
## About The Pull Request I mucked this up a few weeks ago, wrote the fix, then got busy and forgot about it. This fixes the bluescreen that appears when admins try to look at the painting manager. ## Changelog 🆑 Tattle fix: admin painting manager works again /🆑 --------- Co-authored-by: tattle <article.disaster@gmail.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
co-authored by
tattle
MrMelbert
parent
0141f96a13
commit
2ed2fb4a71
@@ -168,7 +168,7 @@ SUBSYSTEM_DEF(persistent_paintings)
|
||||
|
||||
var/list/pdata = painting.to_json()
|
||||
pdata["ref"] = REF(painting)
|
||||
admin_painting_data += pdata
|
||||
UNTYPED_LIST_ADD(admin_painting_data, pdata)
|
||||
|
||||
/**
|
||||
* Generates painting data ready to be consumed by ui.
|
||||
|
||||
Reference in New Issue
Block a user