fix(jui): remove debug world autocreate from CreateWorldScreen

This commit is contained in:
Sally Knight
2026-03-29 15:50:34 -05:00
committed by Tropical
parent 08a87c432a
commit 7a0ebe7e36
@@ -30,8 +30,8 @@ void CreateWorldScreen::tick() {
if (moreOptions) seedEdit->tick(); if (moreOptions) seedEdit->tick();
// 4J - debug code - to be removed // 4J - debug code - to be removed
static int count = 0; // static int count = 0;
if (count++ == 100) buttonClicked(buttons[0]); // if (count++ == 100) buttonClicked(buttons[0]);
} }
void CreateWorldScreen::init() { void CreateWorldScreen::init() {