Update ClientinfoCreator.cs

This commit is contained in:
Bitl 2024-12-10 15:40:25 -07:00
parent 916673190b
commit f7d55dac0f

View File

@ -180,10 +180,10 @@ public partial class ClientinfoEditor : Form
bool lockcheck = ConvertSafe.ToBooleanSafe(locked);
if (lockcheck)
{
//NewClientInfo();
//MessageBox.Show("This client is locked and therefore it cannot be loaded.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
//return;
MessageBox.Show("This client is locked, which means it cannot be loaded in the Client SDK of older versions of Novetus. You cannot turn off the 'lock' setting in the client as a result.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
NewClientInfo();
MessageBox.Show("This client is locked and therefore it cannot be loaded.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
//MessageBox.Show("This client is locked, which means it cannot be loaded in the Client SDK of older versions of Novetus. You cannot turn off the 'lock' setting in the client as a result.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
Locked = lockcheck;