Commit 79c7623c authored by mercury233's avatar mercury233

log sendReturn

parent a1f5c0b3
Pipeline #38164 passed with stages
in 173 minutes and 2 seconds
......@@ -7167,6 +7167,7 @@ public class Ocgcore : ServantWithCardDescription
public void sendReturn(byte[] buffer)
{
Program.DEBUGLOG("sendReturn: " + BitConverter.ToString(buffer));
if (paused) EventDelegate.Execute(UIHelper.getByName<UIButton>(toolBar, "go_").onClick);
clearResponse();
if (handler != null) handler(buffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment