Implements byondStorage for 516 browsers (#25363)

* Add 516 storage that doesnt break 515

* tgui rebuild

* TGUI Bundle Rebuild

* TGUI Bundle Rebuild

---------

Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
S34N
2024-05-22 21:26:47 +02:00
committed by GitHub
parent 38fb21c467
commit 269be6bc97
6 changed files with 225 additions and 246 deletions
+4
View File
@@ -257,6 +257,10 @@
//CONNECT//
///////////
/client/New(TopicData)
// TODO: Remove with 516
if(byond_version >= 516) // Enable 516 compat browser storage mechanisms
winset(src, "", "browser-options=byondstorage")
var/tdata = TopicData //save this for later use
// Instantiate stat panel
stat_panel = new(src, "statbrowser")