From 4d37af2c34f5b3c0be136a59df7991cb37bcae96 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 6 Aug 2016 14:00:20 +1000 Subject: [PATCH] Don't need that pointless Thread.Abort() call. --- Levels/Level.Physics.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Levels/Level.Physics.cs b/Levels/Level.Physics.cs index 5efc9c5f8..e88fd8848 100644 --- a/Levels/Level.Physics.cs +++ b/Levels/Level.Physics.cs @@ -105,7 +105,6 @@ namespace MCGalaxy { } } physThreadStarted = false; - physThread.Abort(); } public PhysicsArgs foundInfo(ushort x, ushort y, ushort z) {