only show deprecation message when C client option is ticked

This commit is contained in:
UnknownShadow200 2019-01-20 18:32:55 +11:00
parent 6598441c3b
commit 8c115d997e

View file

@ -87,7 +87,7 @@ namespace Launcher {
IDrawer2D.Cols['g'] = new PackedCol(125, 125, 125);
if (Configuration.RunningOnWindows && Platform.FileExists(Client.GetExeName())) {
if (Client.CClient && Configuration.RunningOnWindows && Platform.FileExists(Client.GetExeName())) {
ErrorHandler.ShowDialog("Deprecated Client",
"ClassicalSharp is deprecated - use " + Client.GetExeName() + " instead");
}