Added option to change back content for usercontent
This commit is contained in:
@@ -180,6 +180,17 @@ public class ContentUsercontent extends Content
|
||||
return Contents.getRegisteredContent(this.content.getGui().getTab().getActiveContent());
|
||||
}
|
||||
|
||||
@Override
|
||||
public Content getBackContent()
|
||||
{
|
||||
if(this.content.getGui().getTab().getActiveContent() == null)
|
||||
{
|
||||
return super.getBackContent();
|
||||
}
|
||||
|
||||
return Contents.getRegisteredContent(this.content.getGui().getTab().getBackContent());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPlayerNameChanged(String username)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user