0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:50:43 -05:00

Add BTR_ITEMS_DELIVERY to enum MessageType

This commit is contained in:
Dev 2024-01-07 21:21:20 +00:00
parent 192baa7456
commit f0b9785d16

View File

@ -18,4 +18,5 @@ export enum MessageType
QUEST_SUCCESS = 12,
MESSAGE_WITH_ITEMS = 13,
INITIAL_SUPPORT = 14,
BTR_ITEMS_DELIVERY = 15,
}