Method refactoring / Cleanup

This commit is contained in:
Anuken
2020-05-30 12:11:00 -04:00
parent 8d0486d425
commit d988b4b5c9
13 changed files with 41 additions and 23 deletions

View File

@@ -51,7 +51,7 @@ public class SWorkshop implements SteamUGCCallback{
}
public Array<Fi> getWorkshopFiles(Class<? extends Publishable> type){
return workshopFiles.getOr(type, () -> new Array<>(0));
return workshopFiles.get(type, () -> new Array<>(0));
}
/** Publish a new item and submit an update for it.