diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-31 18:06:52 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-31 18:06:52 -0300 |
commit | 6c0907a825865956a169d7523b19121ea0e2e700 (patch) | |
tree | 572547831fab18925dc558d98a72842abd14bc9d /conf.json.sample | |
parent | 47b2b1512484d66cd92ea38b27f94d4dd70cd0b6 (diff) |
added config file, room system finished
Diffstat (limited to 'conf.json.sample')
-rw-r--r-- | conf.json.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.json.sample b/conf.json.sample new file mode 100644 index 0000000..7ca5bec --- /dev/null +++ b/conf.json.sample @@ -0,0 +1,4 @@ +{ + "area_limit": 22500, + "room_limit": 16 +} |