From 3a6102900f566a3c1d4c5e037b96ebe18429d9f7 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 26 Mar 2023 00:24:57 +0100 Subject: [PATCH] fix small bug on install - please fill all input --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 97610bfc..1c008c38 100644 --- a/install/index.php +++ b/install/index.php @@ -70,7 +70,7 @@ if($step == 'database') { $key = str_replace('var_', '', $key); - if(in_array($key, array('account', 'password', 'password_confirm', 'email', 'player_name'))) { + if(in_array($key, array('account', 'account_id', 'password', 'password_confirm', 'email', 'player_name'))) { continue; }