Add a few required elements for the service extension
This commit is contained in:
parent
43a89fc88a
commit
8dcf0a686f
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ using LibZNI;
|
|||
[assembly: AssemblyCompany("ZNI")]
|
||||
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
||||
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
|
||||
[assembly: AssemblyFileVersion("5.0.5.1256")]
|
||||
[assembly: AssemblyFileVersion("5.0.5.1257")]
|
||||
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
||||
[assembly: AutoUpdater("/job/Bot", "!os!.tar")]
|
||||
|
||||
|
@ -16,7 +16,7 @@ namespace Bot.Assemble
|
|||
public class ASMInfo
|
||||
{
|
||||
public static string BotName = "ZBotCore";
|
||||
public static string BotVer = "5.0.5.1256";
|
||||
public static string BotVer = "5.0.5.1257";
|
||||
public static string GitPassword
|
||||
{
|
||||
get
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\LibZNIcpp\LibZNIcpp.vcxproj" />
|
||||
<ProjectReference Include="..\..\LibZNI\LibZNI.csproj" />
|
||||
<ProjectReference Include="..\libremetaverse\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
|
||||
<ProjectReference Include="..\libremetaverse\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
|
||||
|
|
|
@ -335,8 +335,9 @@ namespace Bot
|
|||
|
||||
}
|
||||
//else
|
||||
//BotSession.Instance.grid.Inventory.Store.RestoreFromDisk("BotData/Inventory.blob");
|
||||
//BotSession.Instance.grid.Inventory.Store.RestoreFromDisk("BotData/Inventory.blob");
|
||||
|
||||
File.WriteAllText("BotData/Required.SVC", MainConfiguration.Instance.first + "." + MainConfiguration.Instance.last);
|
||||
|
||||
int iLastInvLength = 0;
|
||||
while (g_iIsRunning)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue