1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 09:05:01 +02:00

Ignore teleport cooldown on /tjail

This commit is contained in:
snowleo
2011-12-04 22:57:40 +01:00
parent cbc744c85a
commit ad60eb538e
3 changed files with 7 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public class EssentialsSpawnPlayerListener extends PlayerListener
{
try
{
user.getTeleport().now(ess.getSpawn().getSpawn(ess.getSettings().getNewbieSpawn()));
user.getTeleport().now(ess.getSpawn().getSpawn(ess.getSettings().getNewbieSpawn()), false);
}
catch (Exception ex)
{