Try to fix configuration not loading
This commit is contained in:
parent
16e7ec834d
commit
6dbc838b11
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ using System.Reflection;
|
||||||
[assembly: AssemblyCompany("ZNI")]
|
[assembly: AssemblyCompany("ZNI")]
|
||||||
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
||||||
[assembly: AssemblyCopyright("© 2020 Tara Piccari")]
|
[assembly: AssemblyCopyright("© 2020 Tara Piccari")]
|
||||||
[assembly: AssemblyFileVersion("5.1.963")]
|
[assembly: AssemblyFileVersion("5.1.964")]
|
||||||
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ namespace Bot.Assemble
|
||||||
public class ASMInfo
|
public class ASMInfo
|
||||||
{
|
{
|
||||||
public static string BotName = "ZBotCore";
|
public static string BotName = "ZBotCore";
|
||||||
public static string BotVer = "5.1.963";
|
public static string BotVer = "5.1.964";
|
||||||
public static string GitPassword
|
public static string GitPassword
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -46,7 +46,7 @@ namespace Bot
|
||||||
get; set;
|
get; set;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string MainProgramDLL = "BlankBot.dll";
|
public string MainProgramDLL = "";
|
||||||
public string first { get; set; } = "";
|
public string first { get; set; } = "";
|
||||||
public string last { get; set; } = "";
|
public string last { get; set; } = "";
|
||||||
public string password { get; set; } = "";
|
public string password { get; set; } = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue