mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-06 14:46:32 +02:00
Removing debugging messages.
This commit is contained in:
@@ -47,12 +47,8 @@ public class EssentialsSpawnPlayerListener extends PlayerListener
|
||||
final Location spawn = spawns.getSpawn(user.getGroup());
|
||||
if (spawn != null)
|
||||
{
|
||||
LOGGER.log(Level.INFO, "setting respawn location");
|
||||
event.setRespawnLocation(spawn);
|
||||
}
|
||||
else {
|
||||
LOGGER.log(Level.INFO, "spawn was null");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user