Rename command to 'lagoon:lagoon' for improved clarity in LagoonAddons
This commit is contained in:
@@ -9,7 +9,7 @@ class LagoonAddons {
|
|||||||
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
|
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
|
||||||
system.beforeEvents.startup.subscribe((e) => {
|
system.beforeEvents.startup.subscribe((e) => {
|
||||||
e.customCommandRegistry.registerCommand({
|
e.customCommandRegistry.registerCommand({
|
||||||
name: 'lagoon',
|
name: 'lagoon:lagoon',
|
||||||
description: 'Provides information for your Lagoon account.',
|
description: 'Provides information for your Lagoon account.',
|
||||||
permissionLevel: CommandPermissionLevel.Any,
|
permissionLevel: CommandPermissionLevel.Any,
|
||||||
cheatsRequired: false
|
cheatsRequired: false
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class LagoonAddons {
|
|||||||
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
|
world.afterEvents.worldLoad.subscribe(() => system.run(() => this.initEarlyExecution()));
|
||||||
system.beforeEvents.startup.subscribe((e) => {
|
system.beforeEvents.startup.subscribe((e) => {
|
||||||
e.customCommandRegistry.registerCommand({
|
e.customCommandRegistry.registerCommand({
|
||||||
name: 'lagoon',
|
name: 'lagoon:lagoon',
|
||||||
description: 'Provides information for your Lagoon account.',
|
description: 'Provides information for your Lagoon account.',
|
||||||
permissionLevel: CommandPermissionLevel.Any,
|
permissionLevel: CommandPermissionLevel.Any,
|
||||||
cheatsRequired: false
|
cheatsRequired: false
|
||||||
|
|||||||
Reference in New Issue
Block a user