Show confirmation after note is sent
This commit is contained in:
13
src/main/java/net/packet/out/SendNoteSuccessPacket.java
Normal file
13
src/main/java/net/packet/out/SendNoteSuccessPacket.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package net.packet.out;
|
||||
|
||||
import net.opcodes.SendOpcode;
|
||||
import net.packet.ByteBufOutPacket;
|
||||
|
||||
public final class SendNoteSuccessPacket extends ByteBufOutPacket {
|
||||
|
||||
public SendNoteSuccessPacket() {
|
||||
super(SendOpcode.MEMO_RESULT);
|
||||
|
||||
writeByte(4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user