fix(jui): remove debug world autocreate from CreateWorldScreen

This commit is contained in:
Sally Knight 2026-03-25 23:41:45 +03:00 committed by Tropical
parent 08a87c432a
commit 7a0ebe7e36

View file

@ -30,8 +30,8 @@ void CreateWorldScreen::tick() {
if (moreOptions) seedEdit->tick();
// 4J - debug code - to be removed
static int count = 0;
if (count++ == 100) buttonClicked(buttons[0]);
// static int count = 0;
// if (count++ == 100) buttonClicked(buttons[0]);
}
void CreateWorldScreen::init() {