From 304ab35e823eb55019eea548335451c3ddaa1541 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Thu, 27 Oct 2022 22:24:14 +0200 Subject: [PATCH] [ci skip] Remove old todo file --- todo.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 todo.txt diff --git a/todo.txt b/todo.txt deleted file mode 100644 index 10e952eda4..0000000000 --- a/todo.txt +++ /dev/null @@ -1,11 +0,0 @@ -Add Timings to LevelTicks and EntityTickList -Check if PlayerNaturallySpawnedEvent is called correctly -Improve Server Thread Pool and Thread Priorities: mojang added a max thread count property -Use Vanilla Minecart Speeds: is this needed? -0467-Optimize-WorldBorder-collision-checks-and-air check first hunk that has been removed - -check ChunkHolder#updateFutures async catcher - - -optimize nearby player lookups - look at patch and updateranges diff in chunkmap (why is it in this patch) -GENERAL_AREA_MAP_ACCEPTABLE_SEARCH_RANGE_SQUARED is unused?