I am big stupid (#23068)

This commit is contained in:
AffectedArc07
2023-10-28 19:25:15 +02:00
committed by GitHub
parent 6f0a93c672
commit 35968914bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -375,7 +375,7 @@
#define INVESTIGATE_BOMB "bombs"
// The SQL version required by this version of the code
#define SQL_VERSION 52
#define SQL_VERSION 53
// Vending machine stuff
#define CAT_NORMAL 1
+1 -1
View File
@@ -144,7 +144,7 @@ ipc_screens = [
# Enable/disable the database on a whole
sql_enabled = false
# SQL version. If this is a mismatch, round start will be delayed
sql_version = 52
sql_version = 53
# SQL server address. Can be an IP or DNS name
sql_address = "127.0.0.1"
# SQL server port