mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Removing debugging messages.
This commit is contained in:
parent
256d202d50
commit
43f1c0f89d
1 changed files with 0 additions and 4 deletions
|
@ -47,12 +47,8 @@ public class EssentialsSpawnPlayerListener extends PlayerListener
|
||||||
final Location spawn = spawns.getSpawn(user.getGroup());
|
final Location spawn = spawns.getSpawn(user.getGroup());
|
||||||
if (spawn != null)
|
if (spawn != null)
|
||||||
{
|
{
|
||||||
LOGGER.log(Level.INFO, "setting respawn location");
|
|
||||||
event.setRespawnLocation(spawn);
|
event.setRespawnLocation(spawn);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
LOGGER.log(Level.INFO, "spawn was null");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue