- I put the new forgis on the jeep

This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-05 10:02:21 +02:00
parent 91a76dc826
commit 48efccca2d
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ public class NopRequest : Request
this()
{
import davinci.c2s.test;
import davinci.base.base;
TestMessage testMessage = new TestMessage();
super(testMessage.getEncoded());
super(new BaseMessage(MessageType.CLIENT_TO_SERVER, CommandType.NOP_COMMAND, testMessage).encode());
}
}