Now cancels current path when exiting Replay Viewer

Disabled opening the inventory while in the Replay Viewer
This commit is contained in:
Marius Metzger
2015-03-31 18:52:17 +02:00
parent 5b859340fd
commit c23d2a0d0e
5 changed files with 20 additions and 9 deletions

View File

@@ -41,6 +41,13 @@ public class GuiConnectPart extends GuiStudioPart {
fontRendererObj = mc.fontRendererObj;
}
@Override
public void applyFilters(File replayFile, File outputFile) {
// TODO Auto-generated method stub
}
@Override
public String getDescription() {
return DESCRIPTION;
@@ -190,10 +197,4 @@ public class GuiConnectPart extends GuiStudioPart {
}
}
}
@Override
public void applyFilters(File replayFile, File outputFile) {
// TODO Auto-generated method stub
}
}