Rename getModList to getMods

This commit is contained in:
PurpleIsEverything
2018-09-19 17:13:29 -06:00
parent d218fbf1e0
commit 1bdba0075f

View File

@@ -317,7 +317,7 @@ public class ServerPing {
return type;
}
public List<Mod> getModList() {
public List<Mod> getMods() {
return modList;
}
}