abuseedom3 4 Posted October 18, 2021 This is not a result of the log function. Anyone knows why it's printing the chat?
abuseedom3 4 Author Posted October 19, 2021 11 hours ago, osrssom said: Mind posting code? Here: @Override public void onGameMessage(Message message) { myLog(getLocalPlayer().getName() + " (" + Client.getUsername() + ") - game message: " + message.getMessage()); }
osrssom 25 Posted October 19, 2021 5 hours ago, abuseedom3 said: Here: @Override public void onGameMessage(Message message) { myLog(getLocalPlayer().getName() + " (" + Client.getUsername() + ") - game message: " + message.getMessage()); } not sure what the issue is, this looks like it’s performing as expected..?
abuseedom3 4 Author Posted October 19, 2021 2 hours ago, osrssom said: not sure what the issue is, this looks like it’s performing as expected..? Those 2 lines are as expected, but where do the other lines come from...?
Pandemic 2818 Posted October 19, 2021 50 minutes ago, abuseedom3 said: Those 2 lines are as expected, but where do the other lines come from...? Those are some debug messages that I left in by mistake, I'll remove those and push out a hotfix now, sorry about that! Edit: That is live, run the launcher and it'll update
abuseedom3 4 Author Posted October 20, 2021 16 hours ago, Pandemic said: Those are some debug messages that I left in by mistake, I'll remove those and push out a hotfix now, sorry about that! Edit: That is live, run the launcher and it'll update Thanks a lot, almost drove me crazy trying to figure it out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.