Fixes a debug route

This commit is contained in:
Kristian Knarvik 2021-11-15 17:25:03 +01:00
parent 70495220eb
commit 37ac3d4877

@ -44,7 +44,7 @@ public final class UUIDMigrationHelper {
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));
List<Portal> portalsOwned = playersToMigrate.get(playerName);
if (portalsOwned == null) {