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