mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed the issue where the Dino Tame settings would be reset when opening the server manager.
This commit is contained in:
parent
c663883c30
commit
412c24df8f
3 changed files with 32 additions and 10 deletions
|
|
@ -121,7 +121,7 @@ namespace ServerManagerTool.Lib.ViewModel
|
|||
{
|
||||
if (this.Any(d => d.ClassName == entry))
|
||||
{
|
||||
foreach (var dinoSetting in this.Where(d => d.ClassName == entry && !d.CanTame))
|
||||
foreach (var dinoSetting in this.Where(d => d.ClassName == entry && d.CanTame))
|
||||
{
|
||||
dinoSetting.CanTame = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,30 @@
|
|||
<title>Ark Server Manager Version Feed</title>
|
||||
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
|
||||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2022-03-08T00:00:00Z</updated>
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:344B5D20-74E5-484C-A548-200A4ADAE3A2</id>
|
||||
<title>1.1.419 (1.1.420.1)</title>
|
||||
<summary>1.1.420.1</summary>
|
||||
<link href="" />
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed the issue where the Dino Tame settings would be reset when opening the server manager.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:46259B40-C4E7-4469-931F-B4F54885F89A</id>
|
||||
|
|
|
|||
|
|
@ -5,22 +5,21 @@
|
|||
<title>Ark Server Manager Version Feed</title>
|
||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2022-03-08T00:00:00Z</updated>
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:46259B40-C4E7-4469-931F-B4F54885F89A</id>
|
||||
<title>1.1.419 (1.1.419.1)</title>
|
||||
<summary>1.1.419.1</summary>
|
||||
<id>urn:uuid:344B5D20-74E5-484C-A548-200A4ADAE3A2</id>
|
||||
<title>1.1.419 (1.1.420.1)</title>
|
||||
<summary>1.1.420.1</summary>
|
||||
<link href="" />
|
||||
<updated>2022-03-08T00:00:00Z</updated>
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>fr-FR Translation file updated.</li>
|
||||
<li>pt-BR Translation file updated.</li>
|
||||
<li>Fixed the issue where the Dino Tame settings would be reset when opening the server manager.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue