mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
Update ClientinfoCreator.cs
This commit is contained in:
parent
916673190b
commit
f7d55dac0f
@ -180,10 +180,10 @@ public partial class ClientinfoEditor : Form
|
|||||||
bool lockcheck = ConvertSafe.ToBooleanSafe(locked);
|
bool lockcheck = ConvertSafe.ToBooleanSafe(locked);
|
||||||
if (lockcheck)
|
if (lockcheck)
|
||||||
{
|
{
|
||||||
//NewClientInfo();
|
NewClientInfo();
|
||||||
//MessageBox.Show("This client is locked and therefore it cannot be loaded.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
MessageBox.Show("This client is locked and therefore it cannot be loaded.", "Novetus Launcher - Error when loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
//return;
|
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);
|
//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;
|
Locked = lockcheck;
|
||||||
|
Loading…
Reference in New Issue
Block a user