Skip to content

Commit 3979a5e

Browse files
committed
billsonnn#28 - TradingOtherNotAllowedEvent changing number packet
1 parent 26741b7 commit 3979a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nitro/communication/messages/incoming/IncomingHeader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class IncomingHeader
182182
public static TRADE_NOT_OPEN = 3128;
183183
public static TRADE_OPEN = 2505;
184184
public static TRADE_OPEN_FAILED = 217;
185-
public static TRADE_OTHER_NOT_ALLOWED = 2154;
185+
public static TRADE_OTHER_NOT_ALLOWED = 1254;
186186
public static TRADE_YOU_NOT_ALLOWED = 3058;
187187
public static UNIT = 374;
188188
public static UNIT_CHANGE_NAME = 2182;

0 commit comments

Comments
 (0)