You can now Like/Dislike files from the Replay Center

This commit is contained in:
CrushedPixel
2015-05-24 15:00:37 +02:00
parent 0ac9630a22
commit 1c9a04d1dc
6 changed files with 121 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ public class ReplayMod {
public static UploadedFileHandler uploadedFileHandler;
public static DownloadedFileHandler downloadedFileHandler;
public static FavoritedFileHandler favoritedFileHandler;
public static RatedFileHandler ratedFileHandler;
private static Field defaultResourcePacksField;
static {
@@ -103,8 +104,8 @@ public class ReplayMod {
replaySettings.readValues();
downloadedFileHandler = new DownloadedFileHandler();
favoritedFileHandler = new FavoritedFileHandler();
ratedFileHandler = new RatedFileHandler();
replayFileAppender = new ReplayFileAppender();
replayFileAppender.start();