Fixes a debug route
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
This commit is contained in:
parent
70495220eb
commit
37ac3d4877
@ -44,7 +44,7 @@ public final class UUIDMigrationHelper {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Stargate.debug("PlayerEventListener::migrateUUID", String.format("Migrating name to UUID for player %s",
|
Stargate.debug("UUIDMigrationHelper::migrateUUID", String.format("Migrating name to UUID for player %s",
|
||||||
playerName));
|
playerName));
|
||||||
List<Portal> portalsOwned = playersToMigrate.get(playerName);
|
List<Portal> portalsOwned = playersToMigrate.get(playerName);
|
||||||
if (portalsOwned == null) {
|
if (portalsOwned == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user