Skip to content

Commit c16eba4

Browse files
Merge pull request #134 from UchuServer/world-command-to-mythran
move world command to mythran game master level
2 parents 2f6e6ad + 8058bed commit c16eba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Uchu.World/Handlers/Commands/CharacterCommandHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ public string AddComponent(string[] arguments, Player player)
717717
return $"Successfully added {type.Name} to {player}";
718718
}
719719

720-
[CommandHandler(Signature = "world", Help = "Transfer to world", GameMasterLevel = GameMasterLevel.Admin)]
720+
[CommandHandler(Signature = "world", Help = "Transfer to world", GameMasterLevel = GameMasterLevel.Mythran)]
721721
public string World(string[] arguments, Player player)
722722
{
723723
if (arguments.Length != 1)

0 commit comments

Comments
 (0)