From 0bcb41a382c764e71471eae5ea668ce3cc986c47 Mon Sep 17 00:00:00 2001 From: lifestorm <79322094+lifestorm@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:13:11 +0300 Subject: [PATCH] HOP! --- addons/sam/lua/sam_sql_config.lua | 39 ------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 addons/sam/lua/sam_sql_config.lua diff --git a/addons/sam/lua/sam_sql_config.lua b/addons/sam/lua/sam_sql_config.lua deleted file mode 100644 index 34598440..00000000 --- a/addons/sam/lua/sam_sql_config.lua +++ /dev/null @@ -1,39 +0,0 @@ ---[[ -| This file was obtained through the combined efforts -| of Madbluntz & Plymouth Antiquarian Society. -| -| Credits: lifestorm, Gregory Wayne Rossel JR., -| Maloy, DrPepper10 @ RIP, Atle! -| -| Visit for more: https://plymouth.thetwilightzone.ru/ ---]] - -if SAM_LOADED then return end - -return { - -- - -- Enable MySQL/sqlite - -- Don't touch this if you don't know what it means - -- - MySQL = true, - - -- - -- MySQL host/ip - -- - Host = "1.4.8.8", - - -- - -- MySQL username - -- - Username = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", - - -- - -- MySQL password - -- - Password = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", - - -- - -- MySQL database - -- - Database = "This data has been removed due to a third-party claim sent through GitHub support. It cannot be hosted on this particular resource. The mirrors are shiny!", -} \ No newline at end of file