Unused parm in method interface removed.

This commit is contained in:
2023-04-29 16:21:02 -04:00
parent b9722ec292
commit da62046ce0
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -975,9 +975,7 @@ public class NPC extends AbstractCharacter {
return !this.isAlive();
}
// *** Refactor : this has a useInit flag that can be removed
public static NPC createNPC(String name, int contractID, Vector3fImmutable spawn, Guild guild, boolean isMob, Zone parent, short level, boolean useInit, Building building) {
public static NPC createNPC(String name, int contractID, Vector3fImmutable spawn, Guild guild, boolean isMob, Zone parent, short level, Building building) {
NPC npcWithoutID = new NPC(name, (short) 0, (short) 0, (short) 0, (short) 0,
(short) 0, (short) 1, 0, false, false, false, spawn, spawn, Vector3fImmutable.ZERO,