remove warnings for fast loading
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-05-14 21:56:01 -04:00
parent ed82580d01
commit 5b9b4bd048
2 changed files with 1 additions and 6 deletions

View File

@ -1786,6 +1786,7 @@ Grid alignment data editing in debug menus
Grid alignment offsets work Grid alignment offsets work
Inventory state in non-creatures actually saves/loads to/from disk Inventory state in non-creatures actually saves/loads to/from disk
Fix virtual scrollable mouse alignment for events Fix virtual scrollable mouse alignment for events
Remove warnings for fast loading

View File

@ -356,9 +356,6 @@ public class ClientLoading {
ex.printStackTrace(); ex.printStackTrace();
} }
} }
if(i < DRAW_CELL_EXPECTED_MINIMUM_FRAMES_TO_INIT){
LoggerInterface.loggerEngine.WARNING("Draw cell manager loaded exceptionally fast!");
}
} }
/** /**
@ -443,9 +440,6 @@ public class ClientLoading {
ex.printStackTrace(); ex.printStackTrace();
} }
} }
if(i < DRAW_CELL_EXPECTED_MINIMUM_FRAMES_TO_INIT){
LoggerInterface.loggerEngine.WARNING("Block cell manager loaded exceptionally fast!");
}
} }
/** /**