Skip to content

Commit

Permalink
Update EssCore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Jun 14, 2016
1 parent 27dc177 commit 4448032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/EssCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private static void ReloadCallback( string command )
}

Console.WriteLine();
UEssentials.Logger.LogError( "Rocket reload cause many issues, consider restart the server" );
UEssentials.Logger.LogError( "Rocket reload cause many issues, consider restarting the server" );
UEssentials.Logger.LogError( "Or use '/essentials reload' to reload essentials correctly." );
Console.WriteLine();
}
Expand Down

0 comments on commit 4448032

Please sign in to comment.