Rename getModList to getMods
This commit is contained in:
@@ -317,7 +317,7 @@ public class ServerPing {
|
||||
return type;
|
||||
}
|
||||
|
||||
public List<Mod> getModList() {
|
||||
public List<Mod> getMods() {
|
||||
return modList;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user