Minimum respawn delay of 2

This commit is contained in:
fullwall 2013-07-24 22:46:43 +08:00
parent bb1f63795d
commit 66570d1b02
1 changed files with 1 additions and 1 deletions

View File

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