Skip to content

Commit 9aea2d7

Browse files
gotorandom/gr aliases
1 parent 07872d7 commit 9aea2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fCraft/Commands/WorldCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ private static void JoinHandler([NotNull] Player player, [NotNull] CommandReader
12361236
static readonly CommandDescriptor CdJoinr = new CommandDescriptor
12371237
{
12381238
Name = "JoinRandom",
1239-
Aliases = new[] { "jr" },
1239+
Aliases = new[] { "jr", "gotorandom", "gr" },
12401240
Category = CommandCategory.World | CommandCategory.New,
12411241
Usage = "/JoinRandom [@minrank]",
12421242
Help = "Teleports the player to a random world." +

0 commit comments

Comments
 (0)