update
This commit is contained in:
parent
c390fd0b35
commit
6ab9099985
3 changed files with 4 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.592")]
|
[assembly: AssemblyFileVersion("5.617")]
|
||||||
[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 double BotVer = 5.592;
|
public static double BotVer = 5.617;
|
||||||
public static string GitPassword
|
public static string GitPassword
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -238,6 +238,7 @@ namespace Bot
|
||||||
client.Settings.LOG_DISKCACHE = false;
|
client.Settings.LOG_DISKCACHE = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
client.Settings.ALWAYS_REQUEST_OBJECTS = true;
|
client.Settings.ALWAYS_REQUEST_OBJECTS = true;
|
||||||
|
|
||||||
Console.WriteLine("Logging in...");
|
Console.WriteLine("Logging in...");
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit afa7eb8629aef01afaabdac88736037220da89b8
|
Subproject commit acc920f18b2675e682b26084c80c9215c1163a51
|
Loading…
Add table
Add a link
Reference in a new issue