Skip to content

Commit 21f6dce

Browse files
taking away some colour from the world
1 parent cd34e44 commit 21f6dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fCraft/Commands/InfoCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static void InfoHandler( Player player, CommandReader cmd ) {
174174
} else {
175175
firstLine.AppendFormat( "Last seen {0} ago", info.TimeSinceLastSeen.ToMiniString());
176176
if( player.Can( Permission.ViewPlayerIPs ) ) {
177-
firstLine.AppendFormat(" from &F{0}", info.LastIP );
177+
firstLine.AppendFormat(" from {0}", info.LastIP );
178178
}
179179
if( info.LeaveReason != LeaveReason.Unknown ) {
180180
firstLine.AppendFormat( " ({0})", info.LeaveReason );

0 commit comments

Comments
 (0)