Added information about online files (favorites, author etc.) to GuiReplayListEntry
This commit is contained in:
@@ -19,7 +19,7 @@ public enum Category {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public Category fromId(int id) {
|
||||
public static Category fromId(int id) {
|
||||
for(Category c : values()) {
|
||||
if(c.id == id) return c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user