Don't need that pointless Thread.Abort() call.

This commit is contained in:
UnknownShadow200 2016-08-06 14:00:20 +10:00
parent fe55a74808
commit 4d37af2c34

View File

@ -105,7 +105,6 @@ namespace MCGalaxy {
} }
} }
physThreadStarted = false; physThreadStarted = false;
physThread.Abort();
} }
public PhysicsArgs foundInfo(ushort x, ushort y, ushort z) { public PhysicsArgs foundInfo(ushort x, ushort y, ushort z) {