Skip to content

Commit

Permalink
update assembly and savedata version for objects
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Mar 27, 2023
1 parent 3249f2b commit 1840102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ObjectsDataMergeTool : DataMergeToolBase
public override void CombineAndSaveData(OutputMap outputMap)
{
uint availableInstanceId = 0;
byte saveDataVersion = 10;
byte saveDataVersion = 11;
CSteamID steamID = null;
ObjectDataContent content = new(saveDataVersion, steamID, availableInstanceId);

Expand Down
2 changes: 1 addition & 1 deletion UnturnedMapMergeTool/UnturnedMapMergeTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.2</Version>
<Version>0.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1840102

Please sign in to comment.