mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
changed some constexpr flags to macros
This commit is contained in:
parent
42ed5b3424
commit
8eadc3e6d9
1 changed files with 2 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ constexpr const char *users_location = "../users.json";
|
|||
constexpr const char *config_location = "../config.json";
|
||||
|
||||
// Returns money to an account on deletion (useful if you dont want any money to leave the economy)
|
||||
constexpr bool return_on_del = false;
|
||||
#define RETURN_ON_DEL false
|
||||
constexpr const char *return_account = "";
|
||||
|
||||
/*
|
||||
|
|
@ -25,6 +25,4 @@ if false, when frequency is hit save
|
|||
cons
|
||||
HIGH disk usage
|
||||
*/
|
||||
constexpr bool conservative_disk_save = true;
|
||||
|
||||
//constexpr unsigned max_users = 1000;
|
||||
#define CONSERVATIVE_DISK_SAVE true
|
||||
Loading…
Reference in a new issue