diff --git a/src/main/java/fr/xephi/authme/util/TeleportationService.java b/src/main/java/fr/xephi/authme/util/TeleportationService.java index 46d209e0..b3553515 100644 --- a/src/main/java/fr/xephi/authme/util/TeleportationService.java +++ b/src/main/java/fr/xephi/authme/util/TeleportationService.java @@ -1,6 +1,5 @@ package fr.xephi.authme.util; -import fr.xephi.authme.ConsoleLogger; import fr.xephi.authme.cache.auth.PlayerAuth; import fr.xephi.authme.cache.auth.PlayerCache; import fr.xephi.authme.cache.limbo.PlayerData; @@ -121,9 +120,6 @@ public class TeleportationService implements Reloadable { teleportBackFromSpawn(player, location); } else if (limbo != null && limbo.getLocation() != null) { teleportBackFromSpawn(player, limbo.getLocation()); - } else if (limbo == null) { - // TODO #867: Remove this after investigating why LimboPlayer is null sometimes - ConsoleLogger.warning("LimboPlayer is null for '" + player.getName() + "'"); } } } diff --git a/src/main/resources/messages/messages_it.yml b/src/main/resources/messages/messages_it.yml index dfdcdbc2..5fd634bc 100644 --- a/src/main/resources/messages/messages_it.yml +++ b/src/main/resources/messages/messages_it.yml @@ -63,7 +63,7 @@ country_banned: '&4Il tuo paese è bandito da questo server!' antibot_auto_enabled: '&4Il servizio di AntiBot è stato automaticamente abilitato a seguito delle numerose connessioni!' antibot_auto_disabled: "&2Il servizio di AntiBot è stato automaticamente disabilitato dopo %m Minuti, sperando che l'attacco sia finito!" email_already_used: '&4L''indirizzo email inserito è già in uso' -two_factor_create: '&2Il tuo codice segreto è: &f%code%nl%&2Puoi anche scannerizzare il codice QR da qui: &f%url' +two_factor_create: '&2Il tuo codice segreto è: &f%code%%nl%&2Puoi anche scannerizzare il codice QR da qui: &f%url' not_owner_error: 'Non sei il proprietario di questo account. Per favore scegli un altro nome!' invalid_name_case: 'Dovresti entrare con questo nome utente: "%valid", al posto di: "%invalid".' tempban_max_logins: '&cSei stato temporaneamente bandito per aver fallito l''autenticazione troppe volte.'