File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/io/github/axolotlclient/modules/hypixel/autoboop Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx1G
77 loader_version = 0.14.12
88
99# Mod Properties
10- mod_version = 2.2.9-beta.3 +1.8.9
10+ mod_version = 2.2.9+1.8.9
1111 maven_group = io.github.axolotlclient
1212 archives_base_name = AxolotlClient
1313
Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ public OptionCategory getCategory() {
5050 public void onMessage (Text message ) {
5151 if (enabled .get () && message .asUnformattedString ().contains ("Friend >" )
5252 && message .asUnformattedString ().contains ("joined." )) {
53- String player = message .asUnformattedString ().substring (message .asFormattedString ().indexOf (">" ) + 2 ,
53+ String player = message .asUnformattedString ().substring (message .asFormattedString ().indexOf (">" ),
5454 message .asUnformattedString ().lastIndexOf (" " ));
5555 Util .sendChatMessage ("/boop " + player );
56+ System .out .println ("Booped " +player );
5657 }
5758 }
5859}
You can’t perform that action at this time.
0 commit comments