remove comment

This commit is contained in:
RedSparr0w
2019-10-21 09:29:01 +13:00
parent 56215259f6
commit 60048b1368
2 changed files with 1 additions and 2 deletions
@@ -5,7 +5,7 @@ import java.util.Arrays;
import java.util.List;
public enum Npcs {
MAN_WOMAN("Man & Woman", new int[]{1, 2, 3, 4, 5, 6}, 8); // Man and Woman
MAN_WOMAN("Man & Woman", new int[]{1, 2, 3, 4, 5, 6}, 8);
private String name;
private int[] ids;