fix injection error via ignorance

This commit is contained in:
ThatGamerBlue
2021-02-14 14:41:04 +00:00
parent 9704551c26
commit e8ba6bfd52
2 changed files with 4 additions and 3 deletions

View File

@@ -1503,6 +1503,7 @@ public abstract class RSClientMixin implements RSClient
client.getCallbacks().updateNpcs();
}
@SuppressWarnings("InfiniteRecursion")
@Copy("addChatMessage")
@Replace("addChatMessage")
public static void copy$addChatMessage(int type, String name, String message, String sender)