diff --git a/Mods/0-SCore/Features/Farming/Scripts/NetPackage/NetPackageToggleSprinkler.cs b/Mods/0-SCore/Features/Farming/Scripts/NetPackage/NetPackageToggleSprinkler.cs index 0b8bc045..f4584639 100644 --- a/Mods/0-SCore/Features/Farming/Scripts/NetPackage/NetPackageToggleSprinkler.cs +++ b/Mods/0-SCore/Features/Farming/Scripts/NetPackage/NetPackageToggleSprinkler.cs @@ -26,7 +26,8 @@ public override int GetLength() { } public override void ProcessPackage(World world, GameManager callbacks) { - var block = GameManager.Instance.World.GetBlock(_position); + if (world == null) return; + var block = world.GetBlock(_position); if (block.Block is BlockWaterSourceSDX waterSourceSdx) { waterSourceSdx.ToggleSprinkler(_position, _isEnabled); diff --git a/Mods/0-SCore/ModInfo.xml b/Mods/0-SCore/ModInfo.xml index 8fefce98..0ee9b5eb 100644 --- a/Mods/0-SCore/ModInfo.xml +++ b/Mods/0-SCore/ModInfo.xml @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/Mods/0-SCore/Properties/AssemblyInfo.cs b/Mods/0-SCore/Properties/AssemblyInfo.cs index 28a4a336..95f6b1bc 100644 --- a/Mods/0-SCore/Properties/AssemblyInfo.cs +++ b/Mods/0-SCore/Properties/AssemblyInfo.cs @@ -38,5 +38,5 @@ // [assembly: AssemblyVersion("1.0.*")] //[assembly: AssemblyVersion("20.0.*")] -[assembly: AssemblyVersion("1.0.72.0659")] -[assembly: AssemblyFileVersion("1.0.72.0659")] +[assembly: AssemblyVersion("1.0.75.0721")] +[assembly: AssemblyFileVersion("1.0.75.0721")] diff --git a/Mods/0-SCore/ReadMe.md b/Mods/0-SCore/ReadMe.md index 5e9813bc..cc19ec64 100644 --- a/Mods/0-SCore/ReadMe.md +++ b/Mods/0-SCore/ReadMe.md @@ -23,6 +23,10 @@ Direct Download to the 0-SCore.zip available on gitlab mirror: ### Change Logs [ Change Log ] +Version: 1.0.75.721 + [ Farming ] + - Fixed a null reference error when world is null / not ready. + Version: 1.0.72.659 [ Process Options ] - Added additional checks again a player being null or being on dedi. diff --git a/Mods/0-SCore/SCore.dll b/Mods/0-SCore/SCore.dll index 76ad8cc3..238c9fb0 100644 Binary files a/Mods/0-SCore/SCore.dll and b/Mods/0-SCore/SCore.dll differ diff --git a/Mods/0-SCore/SCore.pdb b/Mods/0-SCore/SCore.pdb index a46b311b..2b68acaa 100644 Binary files a/Mods/0-SCore/SCore.pdb and b/Mods/0-SCore/SCore.pdb differ diff --git a/Mods/CompoPackTweaks/CompoPackTweaks.dll b/Mods/CompoPackTweaks/CompoPackTweaks.dll index 3751a466..01308ec9 100644 Binary files a/Mods/CompoPackTweaks/CompoPackTweaks.dll and b/Mods/CompoPackTweaks/CompoPackTweaks.dll differ diff --git a/Mods/CompoPackTweaks/CompoPackTweaks.pdb b/Mods/CompoPackTweaks/CompoPackTweaks.pdb index 8d79d873..aa13c312 100644 Binary files a/Mods/CompoPackTweaks/CompoPackTweaks.pdb and b/Mods/CompoPackTweaks/CompoPackTweaks.pdb differ diff --git a/Mods/SampleProject/ModInfo.xml b/Mods/SampleProject/ModInfo.xml index 1850bcd9..256e30f0 100644 --- a/Mods/SampleProject/ModInfo.xml +++ b/Mods/SampleProject/ModInfo.xml @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/Mods/SampleProject/SampleProject.dll b/Mods/SampleProject/SampleProject.dll index d4e39085..da39170d 100644 Binary files a/Mods/SampleProject/SampleProject.dll and b/Mods/SampleProject/SampleProject.dll differ diff --git a/Mods/SampleProject/SampleProject.pdb b/Mods/SampleProject/SampleProject.pdb index 7bbc0ab8..06e14bc5 100644 Binary files a/Mods/SampleProject/SampleProject.pdb and b/Mods/SampleProject/SampleProject.pdb differ diff --git a/Mods/SphereII A Better Life/ModInfo.xml b/Mods/SphereII A Better Life/ModInfo.xml index ad678075..137876f3 100644 --- a/Mods/SphereII A Better Life/ModInfo.xml +++ b/Mods/SphereII A Better Life/ModInfo.xml @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/Mods/SphereII A Better Life/Properties/versionTemplate.cs b/Mods/SphereII A Better Life/Properties/versionTemplate.cs index deb946ec..51d551ef 100644 --- a/Mods/SphereII A Better Life/Properties/versionTemplate.cs +++ b/Mods/SphereII A Better Life/Properties/versionTemplate.cs @@ -5,5 +5,5 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.19.1554")] -[assembly: AssemblyFileVersion("1.0.19.1554")] +[assembly: AssemblyVersion("1.0.29.722")] +[assembly: AssemblyFileVersion("1.0.29.722")] diff --git a/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.dll b/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.dll new file mode 100644 index 00000000..ba3b0c10 Binary files /dev/null and b/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.dll differ diff --git a/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.pdb b/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.pdb new file mode 100644 index 00000000..da86fd4a Binary files /dev/null and b/Mods/SphereII A Round World/bin/Debug/SphereII_A_Round_World.pdb differ diff --git a/Mods/SphereII Disable Sway/SphereII_Disable_Sway.dll b/Mods/SphereII Disable Sway/SphereII_Disable_Sway.dll index 17d6e9ac..79f99d38 100644 Binary files a/Mods/SphereII Disable Sway/SphereII_Disable_Sway.dll and b/Mods/SphereII Disable Sway/SphereII_Disable_Sway.dll differ diff --git a/Mods/SphereII Disable Sway/SphereII_Disable_Sway.pdb b/Mods/SphereII Disable Sway/SphereII_Disable_Sway.pdb index 2958282e..7e1a5d44 100644 Binary files a/Mods/SphereII Disable Sway/SphereII_Disable_Sway.pdb and b/Mods/SphereII Disable Sway/SphereII_Disable_Sway.pdb differ diff --git a/Mods/SphereII Larger Parties/SphereII Larger Parties.dll b/Mods/SphereII Larger Parties/SphereII Larger Parties.dll index 7fe21fd8..2d809ce3 100644 Binary files a/Mods/SphereII Larger Parties/SphereII Larger Parties.dll and b/Mods/SphereII Larger Parties/SphereII Larger Parties.dll differ diff --git a/Mods/SphereII Larger Parties/SphereII Larger Parties.pdb b/Mods/SphereII Larger Parties/SphereII Larger Parties.pdb index 4ef04d69..5ea7c622 100644 Binary files a/Mods/SphereII Larger Parties/SphereII Larger Parties.pdb and b/Mods/SphereII Larger Parties/SphereII Larger Parties.pdb differ diff --git a/Mods/SphereII Legacy Distant Terrain/ModInfo.xml b/Mods/SphereII Legacy Distant Terrain/ModInfo.xml index 82d9e5e1..fcf0038f 100644 --- a/Mods/SphereII Legacy Distant Terrain/ModInfo.xml +++ b/Mods/SphereII Legacy Distant Terrain/ModInfo.xml @@ -4,6 +4,6 @@ - + diff --git a/Mods/SphereII Legacy Distant Terrain/Properties/versionTemplate.cs b/Mods/SphereII Legacy Distant Terrain/Properties/versionTemplate.cs index d5426d7c..780cbbca 100644 --- a/Mods/SphereII Legacy Distant Terrain/Properties/versionTemplate.cs +++ b/Mods/SphereII Legacy Distant Terrain/Properties/versionTemplate.cs @@ -5,5 +5,5 @@ using System.Reflection; -[assembly: AssemblyVersion("20.0.948.1057")] -[assembly: AssemblyFileVersion("20.0.948.1057")] +[assembly: AssemblyVersion("20.0.981.724")] +[assembly: AssemblyFileVersion("20.0.981.724")] diff --git a/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.dll b/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.dll index b028a1c7..851c9dfa 100644 Binary files a/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.dll and b/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.dll differ diff --git a/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.pdb b/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.pdb index 345df816..6779211d 100644 Binary files a/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.pdb and b/Mods/SphereII Legacy Distant Terrain/SphereII Legacy Distant Terrain.pdb differ