Merge pull request #359 from gazivodag/show_name_on_clan_join_tooltip
shows "Join playername" instead of "Join" to prevent misclicks
This commit is contained in:
@@ -567,7 +567,7 @@ public class ClanChatPlugin extends Plugin
|
||||
widget.setText(chat);
|
||||
widget.setTextShadowed(true);
|
||||
widget.setBorderType(1);
|
||||
widget.setAction(0, "Join");
|
||||
widget.setAction(0, String.format("Join %s", chat));
|
||||
widget.setOnOpListener(ScriptID.CUSTOM_JOIN_CLAN, widget.getText());
|
||||
widget.setOriginalHeight(14);
|
||||
widget.setOriginalWidth(142);
|
||||
|
||||
Reference in New Issue
Block a user