Rename and clean up AbstractLoadedMapleLife

This commit is contained in:
P0nk
2021-09-09 22:03:38 +02:00
parent 0ca463f70a
commit 1f349d1dae
5 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ public class MapleLifeFactory {
return ret;
}
public static AbstractLoadedMapleLife getLife(int id, String type) {
public static AbstractLoadedLife getLife(int id, String type) {
if (type.equalsIgnoreCase("n")) {
return getNPC(id);
} else if (type.equalsIgnoreCase("m")) {