This commit is contained in:
2020-11-05 19:29:38 -06:00
parent ce76aa9ce1
commit e4cf18db38
49 changed files with 309 additions and 187 deletions

View File

@ -21,7 +21,8 @@ public class AdminRemoveEvent extends Event
return handlers;
}
public PlexPlayer getPlexPlayer() {
public PlexPlayer getPlexPlayer()
{
return plexPlayer;
}
}