OpenSignEditorPacket
This commit is contained in:
@@ -122,6 +122,13 @@ public class PacketHandler {
|
||||
context.send(pingPacket);
|
||||
|
||||
context.flushSending();
|
||||
|
||||
// -- Эксперименты -- //
|
||||
|
||||
var openSignEditorPacket = new OpenSignEditorPacket();
|
||||
openSignEditorPacket.setLocation(spawnLocation);
|
||||
|
||||
context.sendNow(openSignEditorPacket);
|
||||
}
|
||||
|
||||
private static String faviconToBase64(Path iconPath) {
|
||||
|
||||
Reference in New Issue
Block a user