This commit is contained in:
sirjonasxx 2018-11-17 19:10:10 +01:00
parent c130058694
commit 85b2fcd5c0

View File

@ -52,6 +52,7 @@ public class HappySpeech extends Extension {
packet.replaceString(6, "@" + COLORS[r.nextInt(COLORS.length)] + "@" + speechtext + " :)"); packet.replaceString(6, "@" + COLORS[r.nextInt(COLORS.length)] + "@" + speechtext + " :)");
} }
@Override
protected void onClick() { protected void onClick() {
//{l}{u:1047}{i:0}{s:text}{i:0}{i:0}{i:0}{i:0} //{l}{u:1047}{i:0}{s:text}{i:0}{i:0}{i:0}{i:0}
hashSupport.sendToClient("RoomUserTalk", 0, "You clicked on this extension!", 0, 0, 0, 0); hashSupport.sendToClient("RoomUserTalk", 0, "You clicked on this extension!", 0, 0, 0, 0);