mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into misc-changes
This commit is contained in:
commit
ceb503469f
@ -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() + "'");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user