diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-08-11 20:32:42 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-08-11 20:37:30 -0600 |
commit | 88494765a73282c3c7b175d8d63701eb27c2aac1 (patch) | |
tree | 12521d08ab31b446643913d9e15cf33590cfff2c /data/settings.resurrection | |
parent | 354d8325c110c30dbe99da3930dbb3374e879dff (diff) | |
download | resurrection-88494765a73282c3c7b175d8d63701eb27c2aac1.tar resurrection-88494765a73282c3c7b175d8d63701eb27c2aac1.tar.gz resurrection-88494765a73282c3c7b175d8d63701eb27c2aac1.tar.bz2 |
adding new settings feature
Diffstat (limited to 'data/settings.resurrection')
-rw-r--r-- | data/settings.resurrection | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/settings.resurrection b/data/settings.resurrection new file mode 100644 index 0000000..3f24b3f --- /dev/null +++ b/data/settings.resurrection @@ -0,0 +1,3 @@ +# This is the default settings file. All lines starting with a '#' are treated as comments and will be ignored. +# 'resurrection_time' is the amount of time in milliseconds Resurrection will force the player to wait. Default value is 8640000 milliseconds (24 hours). +resurrection_time=8640000
\ No newline at end of file |