Makes the UUIDMigrationHelper final
This commit is contained in:
parent
ad310ddb9c
commit
42e02eb141
@ -19,7 +19,11 @@ import java.util.UUID;
|
||||
/**
|
||||
* Helps migrate player names to UUID where necessary
|
||||
*/
|
||||
public class UUIDMigrationHelper {
|
||||
public final class UUIDMigrationHelper {
|
||||
|
||||
private UUIDMigrationHelper() {
|
||||
|
||||
}
|
||||
|
||||
private static Map<String, List<Portal>> playerNamesToMigrate;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user