mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:03:35 +00:00
fix(jui): remove debug world autocreate from CreateWorldScreen
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user