mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-10 09:47:42 +01:00
Added parameters to Unlock command
This commit is contained in:
parent
2b99f411c3
commit
96b440cec3
@ -106,6 +106,6 @@ public class UnlockCommand extends SubCommand {
|
||||
|
||||
@Override
|
||||
public String[] getArguments() {
|
||||
return new String[0];
|
||||
return new String[]{"Nether", "End"};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user