added breadcrumbs
This commit is contained in:
@@ -18,5 +18,15 @@ export default function helpers(pterodactyl: any) {
|
||||
async setServerID(serverID: string) {
|
||||
return (pterodactyl.server_id = serverID);
|
||||
},
|
||||
|
||||
// setter for working directory
|
||||
async setWorkingDirectory(workingDirectory: string) {
|
||||
return (pterodactyl.workingDirectory = workingDirectory);
|
||||
},
|
||||
|
||||
// getter for working directory
|
||||
async getWorkingDirectory() {
|
||||
return pterodactyl.workingDirectory;
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user