mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
only show deprecation message when C client option is ticked
This commit is contained in:
parent
6598441c3b
commit
8c115d997e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue