mirror of
https://github.com/songoda/EpicHeads.git
synced 2024-11-26 12:35:37 +01:00
Merge branch 'development' into 'master'
Fix See merge request Songoda/epicheads!18
This commit is contained in:
commit
19c642d5aa
@ -20,7 +20,8 @@ public class EPlayer {
|
||||
|
||||
public EPlayer(UUID uuid, List<String> favorites) {
|
||||
this.uuid = uuid;
|
||||
this.favorites = favorites;
|
||||
if (favorites != null)
|
||||
this.favorites = favorites;
|
||||
}
|
||||
|
||||
public UUID getUuid() {
|
||||
|
Loading…
Reference in New Issue
Block a user