mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 03:25:13 +01:00
Minimum respawn delay of 2
This commit is contained in:
parent
63401046a9
commit
383602ba83
@ -202,7 +202,7 @@ public class EventListen implements Listener {
|
||||
npc.spawn(location);
|
||||
}
|
||||
}
|
||||
}, delay);
|
||||
}, delay + 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user