diff --git a/code/_globalvars/sensitive.dm b/code/_globalvars/sensitive.dm index 786287f96f..7001040063 100644 --- a/code/_globalvars/sensitive.dm +++ b/code/_globalvars/sensitive.dm @@ -13,4 +13,4 @@ GLOBAL_REAL_VAR(sqlport) = "3306" GLOBAL_REAL_VAR(sqlfdbkdb) = "test" GLOBAL_REAL_VAR(sqlfdbklogin) = "root" GLOBAL_REAL_VAR(sqlfdbkpass) = "" -GLOBAL_REAL_VAR(sqlfdbktableprefix) = "erro_" \ No newline at end of file +GLOBAL_REAL_VAR(sqlfdbktableprefix) = "" diff --git a/config/dbconfig.txt b/config/dbconfig.txt index cc28dc483d..ed7da25137 100644 --- a/config/dbconfig.txt +++ b/config/dbconfig.txt @@ -16,10 +16,8 @@ PORT 3306 FEEDBACK_DATABASE feedback ## Prefix to be added to the name of every table, older databases will require this be set to erro_ -## if left out defaults to erro_ for legacy reasons, if you want no table prefix, give a blank prefix rather then comment out ## Note, this does not change the table names in the database, you will have to do that yourself. ##IE: -## FEEDBACK_TABLEPREFIX erro_ ## FEEDBACK_TABLEPREFIX ## FEEDBACK_TABLEPREFIX SS13_ ## @@ -30,4 +28,4 @@ FEEDBACK_TABLEPREFIX FEEDBACK_LOGIN username ## Password used to access the database. -FEEDBACK_PASSWORD password \ No newline at end of file +FEEDBACK_PASSWORD password