Skip to content

Commit

Permalink
deleting old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldie-dev committed Apr 14, 2021
1 parent 447f415 commit 222fd39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NebulaPatcher/Patches/Dynamic/PlanetData_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public static bool UnloadMeshes_Prefix(PlanetData __instance)
[HarmonyPatch("UnloadData")]
public static bool UnloadData_Prefix()
{
//TODO: FIX: This causes that atmosphere dissapear
//Host should not unload planet data, since he need to permorm all operations from users
if (SimulatedWorld.Initialized && LocalPlayer.IsMasterClient)
{
Expand Down

0 comments on commit 222fd39

Please sign in to comment.