Minimum respawn delay of 2

This commit is contained in:
fullwall 2013-07-24 22:46:43 +08:00
parent 63401046a9
commit 383602ba83

View File

@ -202,7 +202,7 @@ public class EventListen implements Listener {
npc.spawn(location);
}
}
}, delay);
}, delay + 2);
}
}