mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-24 04:44:43 +01:00
fix: Fixed issue with seasons not properly displaying on client
This commit is contained in:
10
config.json
10
config.json
@@ -17,8 +17,8 @@
|
||||
"AutoCreateAccount": true,
|
||||
"CleanDB": false,
|
||||
"MaxLauncherHR": false,
|
||||
"LogInboundMessages": true,
|
||||
"LogOutboundMessages": true,
|
||||
"LogInboundMessages": false,
|
||||
"LogOutboundMessages": false,
|
||||
"MaxHexdumpLength": 256,
|
||||
"DivaEvent": 0,
|
||||
"FestaEvent": -1,
|
||||
@@ -67,7 +67,7 @@
|
||||
"EnableHiganjimaEvent": false,
|
||||
"EnableNierEvent": false,
|
||||
"DisableRoad": false,
|
||||
"SeasonOverride": false
|
||||
"SeasonOverride": true
|
||||
},
|
||||
"Discord": {
|
||||
"Enabled": false,
|
||||
@@ -120,9 +120,9 @@
|
||||
],
|
||||
"Database": {
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"Port": 5433,
|
||||
"User": "postgres",
|
||||
"Password": "",
|
||||
"Password": "admin",
|
||||
"Database": "erupe"
|
||||
},
|
||||
"Sign": {
|
||||
|
||||
Reference in New Issue
Block a user