Skip to content

Commit

Permalink
Fix missing ClassyName in /wmain
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jun 27, 2017
1 parent 73d8fc1 commit e018f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fCraft/Commands/WorldCommands.cs
Expand Up @@ -2536,7 +2536,7 @@ static void WorldClearHandler(Player player, CommandReader cmd)

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

Expand Down

0 comments on commit e018f89

Please sign in to comment.