From 901cb9eaf654d62f5dc7ad0ac94fa0d861c5ad41 Mon Sep 17 00:00:00 2001 From: Gabriel Pedro Date: Thu, 22 Aug 2019 15:24:25 -0400 Subject: [PATCH] fix: players column deleted install description (#91) --- install/tools/5-database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tools/5-database.php b/install/tools/5-database.php index 4bdfb273..fe08380a 100644 --- a/install/tools/5-database.php +++ b/install/tools/5-database.php @@ -182,7 +182,7 @@ if(!$db->hasColumn('players', 'created')) { if(!$db->hasColumn('players', 'deleted') && !$db->hasColumn('players', 'deletion')) { if(query("ALTER TABLE `players` ADD `deleted` TINYINT(1) NOT NULL DEFAULT 0;")) - success($locale['step_database_adding_field'] . ' players.comment...'); + success($locale['step_database_adding_field'] . ' players.deleted...'); } if($db->hasColumn('players', 'hide_char')) {