Archived
0

OpenSignEditorPacket

This commit is contained in:
2021-05-08 21:22:49 +03:00
parent c6669af651
commit abac6e8491
5 changed files with 61 additions and 11 deletions

View File

@@ -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) {