mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Oops
This commit is contained in:
parent
8e58b6b49a
commit
5705bb2038
@ -52,7 +52,7 @@ DMS_DEBUG = false;
|
|||||||
//Mission notification settings
|
//Mission notification settings
|
||||||
DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest"]
|
DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest"]
|
||||||
//"dynamicTextRequest", <--- Won't work in Exile v0.9.19
|
//"dynamicTextRequest", <--- Won't work in Exile v0.9.19
|
||||||
"standardHintRequest",
|
"standardHintRequest"
|
||||||
//"systemChatRequest"
|
//"systemChatRequest"
|
||||||
];
|
];
|
||||||
DMS_dynamicText_Size = "0.65"; // Dynamic Text size for "dynamicTextRequest" notification type.
|
DMS_dynamicText_Size = "0.65"; // Dynamic Text size for "dynamicTextRequest" notification type.
|
||||||
|
Loading…
Reference in New Issue
Block a user