mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 fixed last commit
This commit is contained in:
parent
15c648d6fa
commit
30801e6730
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ constexpr const char *users_location = @USER_SAVE@;
|
||||||
constexpr const char *config_location = @DROGON_CONFIG@;
|
constexpr const char *config_location = @DROGON_CONFIG@;
|
||||||
|
|
||||||
// Returns money to an account on deletion (useful if you dont want any money to leave the economy)
|
// Returns money to an account on deletion (useful if you dont want any money to leave the economy)
|
||||||
#define RETURN_ON_DEL @RETURN_ON_DEL_VAL @
|
#define RETURN_ON_DEL @RETURN_ON_DEL_VAL@
|
||||||
constexpr const char *return_account = @RETURN_ON_DEL_NAME_VAL@;
|
constexpr const char *return_account = @RETURN_ON_DEL_NAME_VAL@;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue