From 52ec61a3babd98fa07a29438160d5b4773d80b96 Mon Sep 17 00:00:00 2001 From: vddCore Date: Tue, 10 Jan 2023 22:40:51 +0100 Subject: [PATCH] don't make users admins by default --- game/worldprops/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/worldprops/default.conf b/game/worldprops/default.conf index 690fb57..d609d95 100644 --- a/game/worldprops/default.conf +++ b/game/worldprops/default.conf @@ -12,7 +12,7 @@ use_auth = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION! #true - account data (credits, playtime, etc) is persisted, false - account data is purely temporary #NOTE: this does not affect actual save data, like stats, inventory, etc. persist_accounts = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION! -noauth_default_admin = true #NOTE: If we are not using auth, this determines whether or not players are admins by default. +noauth_default_admin = false #NOTE: If we are not using auth, this determines whether or not players are admins by default. #------------------------------------------------------------------------------------------------------ #The limit on how many different accounts a player can log into per day. daily_accounts_per_ip = 3