Fix stuck packet cancel

12/12/2020 12:25 redbull2905#1
Since the official update, the undo package has been changed and I've seen quite a few people trying to sell this fix for 15€ even though it takes 3 seconds. So here is Zanou's patch.

Go to StaticPacketHandler and edit

Code:
public static string Cancel(byte type = 0, long callerId = 0) => $"cancel {type} {callerId}";
by

Code:
public static string Cancel(byte type = 0, long callerId = 0) => $"cancel {type} {callerId} -1";