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()));
|
||||
system.beforeEvents.startup.subscribe((e) => {
|
||||
e.customCommandRegistry.registerCommand({
|
||||
name: 'lagoon',
|
||||
name: 'lagoon:lagoon',
|
||||
description: 'Provides information for your Lagoon account.',
|
||||
permissionLevel: CommandPermissionLevel.Any,
|
||||
cheatsRequired: false
|
||||
|
||||
Reference in New Issue
Block a user