Content PR for YAML hot reloading (#3319)
* Content PR for YAML hot reloading * Add CanAdminReloadPrototypes (host permission) * IndexedPrototype fixes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# Defines ordering in alert tab, higher up = higher in tab.
|
||||
# List below can contain alert type or category, if both are present the id will take precedence.
|
||||
# If item is not in list it will go at the bottom (ties broken by alert type enum value)
|
||||
id: BaseAlertOrder
|
||||
order:
|
||||
- category: Health
|
||||
- alertType: Fire
|
||||
@@ -197,35 +198,35 @@
|
||||
- type: alert
|
||||
alertType: Debug1
|
||||
icon: /Textures/Interface/Alerts/Human/human1.png
|
||||
name: Debug
|
||||
name: Debug1
|
||||
description: Debug
|
||||
|
||||
- type: alert
|
||||
alertType: Debug2
|
||||
icon: /Textures/Interface/Alerts/Human/human2.png
|
||||
name: Debug
|
||||
name: Debug2
|
||||
description: Debug
|
||||
|
||||
- type: alert
|
||||
alertType: Debug3
|
||||
icon: /Textures/Interface/Alerts/Human/human3.png
|
||||
name: Debug
|
||||
name: Debug3
|
||||
description: Debug
|
||||
|
||||
- type: alert
|
||||
alertType: Debug4
|
||||
icon: /Textures/Interface/Alerts/Human/human4.png
|
||||
name: Debug
|
||||
name: Debug4
|
||||
description: Debug
|
||||
|
||||
- type: alert
|
||||
alertType: Debug5
|
||||
icon: /Textures/Interface/Alerts/Human/human5.png
|
||||
name: Debug
|
||||
name: Debug5
|
||||
description: Debug
|
||||
|
||||
- type: alert
|
||||
alertType: Debug6
|
||||
icon: /Textures/Interface/Alerts/Human/human6.png
|
||||
name: Debug
|
||||
name: Debug6
|
||||
description: Debug
|
||||
|
||||
Reference in New Issue
Block a user