aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97936bc..84fb55e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ once this list is complete and all bugs are fixed, we *should* be ready for rele
- [x] add two configs where you can:
- [x] set if you want the game to auto-start
- [x] set the amt of players you want the game to auto-start at
- - [ ] program the auto-start (just add an if statement on the PlayerJoin listener to run the StartGame method on a certain amt of players in the config)
+ - [x] program the auto-start (just add an if statement on the PlayerJoin listener to run the StartGame method on a certain amt of players in the config)
## etc