mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
only show deprecation message when C client option is ticked
This commit is contained in:
parent
6598441c3b
commit
8c115d997e
@ -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…
x
Reference in New Issue
Block a user