diff datagear/command/RemoteTakeCommand.cs @ 17:4a3115ba746d

fix CommandType enum
author riono <e165729@ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2020 03:11:50 +0900
parents 7352793b5dbe
children 3aaa77e12493
line wrap: on
line diff
--- a/datagear/command/RemoteTakeCommand.cs	Sun Nov 22 01:52:22 2020 +0900
+++ b/datagear/command/RemoteTakeCommand.cs	Tue Nov 24 03:11:50 2020 +0900
@@ -8,7 +8,7 @@
     }
     
     public override void Execute() {
-        new CommandBuilder().init(CommandType.REPLY).    
+        //new CommandBuilder().init(CommandType.REPLY).    
     }
 
     public override MemoryStream Convert() {