mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6613 from VOREStation/revert-5680-Verkister-patch-6
Revert "Bandaid for helper.dm runtime lag"
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
data["flashlight"] = fon
|
data["flashlight"] = fon
|
||||||
data["manifest"] = PDA_Manifest
|
data["manifest"] = PDA_Manifest
|
||||||
data["feeds"] = compile_news()
|
data["feeds"] = compile_news()
|
||||||
//data["latest_news"] = get_recent_news() //VOREStation Edit, bandaid for catastrophic runtime lag in helper.dm
|
data["latest_news"] = get_recent_news()
|
||||||
if(cartridge) // If there's a cartridge, we need to grab the information from it
|
if(cartridge) // If there's a cartridge, we need to grab the information from it
|
||||||
data["cart_devices"] = cartridge.get_device_status()
|
data["cart_devices"] = cartridge.get_device_status()
|
||||||
data["cart_templates"] = cartridge.ui_templates
|
data["cart_templates"] = cartridge.ui_templates
|
||||||
|
|||||||
Reference in New Issue
Block a user