Skip to content

Commit

Permalink
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
Browse files Browse the repository at this point in the history
…aaaaaa
  • Loading branch information
AlizerUncaged committed Aug 5, 2021
1 parent 886e469 commit 27e6d74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Multiplayer/GDM/Client/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private void ProgressTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs

Globals.Global_Data.HandleException(ex);
}

}));
}
}
Expand Down
5 changes: 0 additions & 5 deletions Multiplayer/GDM/Player Watcher/Memory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public static void Start()
(IntPtr)Cached_Addresses.Icon2FormAddr,
Cached_Addresses.Player2GravityAddress);


Debug.WriteLine($"y post: {P1.y_position}");

RefreshLevelInformation();

if (P1.y_position == 0) // if not on level
Expand All @@ -122,8 +119,6 @@ public static void Start()
if (GDM.Globals.Global_Data.Connection != null)
GDM.Globals.Global_Data.Connection.Send(Array2);

Debug.WriteLine("Initializing address");

ClearPlayers();

RefreshPositionAddresses();
Expand Down

0 comments on commit 27e6d74

Please sign in to comment.