From a746662db420c3a301f1cd351c07e75ce9c67248 Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Wed, 1 Apr 2026 19:40:40 +0200 Subject: [PATCH] fix: Resetting default settings --- config/game.settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/game.settings.json b/config/game.settings.json index e2520fb..36ba2f4 100644 --- a/config/game.settings.json +++ b/config/game.settings.json @@ -1,5 +1,5 @@ { - "dailyActionQuota": 1000, + "dailyActionQuota": 100, "teamActionQuota": 100, "databaseWipeoutIntervalSeconds": 604800, "configReloadIntervalSeconds": 30,