5253545556575859606162
} catch (IOException e) { } if (text != null) { if (!text.equals(prevClipboardText)) { prevClipboardText = text; SpoutClient.getInstance().getPacketManager().sendSpoutPacket(new PacketClipboardText(text)); } } } } catch (Exception e2) { }