Rename getModList to getMods

This commit is contained in:
PurpleIsEverything 2018-09-19 17:13:29 -06:00
parent d218fbf1e0
commit 1bdba0075f
No known key found for this signature in database
GPG Key ID: 4BB5E7264CEF9EFA

View File

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