Skip to content

Commit e018f89

Browse files
Fix missing ClassyName in /wmain
1 parent 73d8fc1 commit e018f89

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
@@ -2536,7 +2536,7 @@ static void SetRankMainWorld( Player player, Rank rank, World world ) {
25362536

25372537
if( world.AccessSecurity.MinRank > rank ) {
25382538
player.Message( "World {0}&S requires {1}+&S to join, so it cannot be used as the main world for rank {2}&S.",
2539-
world.ClassyName, world.AccessSecurity.MinRank, rank.ClassyName );
2539+
world.ClassyName, world.AccessSecurity.MinRank.ClassyName, rank.ClassyName );
25402540
return;
25412541
}
25422542

0 commit comments

Comments
 (0)