Writes S38PacketPlayerListItem when Player joins

This commit is contained in:
Marius Metzger
2015-01-05 21:02:00 +01:00
parent 5f4d12cb81
commit 0cd3da48be
3 changed files with 30 additions and 25 deletions

View File

@@ -284,7 +284,7 @@ public class ReplayHandler {
return 0;
}
public static void startReplay(File file) throws NoSuchMethodException, SecurityException, NoSuchFieldException {
public static void startReplay(File file) throws NoSuchMethodException, SecurityException, NoSuchFieldException {
ChatMessageRequests.initialize();
mc.ingameGUI.getChatGUI().clearChatMessages();