Skip to content

Commit 45d1c24

Browse files
authored
Update README.md
1 parent 7e8b1de commit 45d1c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ in apps.py add ```'pyplanet.apps.contrib.afk',``` and it will load.
7272
in apps.py add ```'pyplanet.apps.contrib.pick_and_ban',``` and it will load.
7373

7474
- Pick and Ban maps in Team Gamemodes
75-
- ````{"steps":[{"team":1,"action":"ban"},{"team":1,"action":"pick"},{"team":2,"action":"pick"},{"team":3,"action":"pick"},{"team":4,"action":"pick"}],"stepDuration":60000,"resultDuration":10000 ``` can be changed to whom ever setting you want.
75+
- ```{"steps":[{"team":1,"action":"ban"},{"team":1,"action":"pick"},{"team":2,"action":"pick"},{"team":3,"action":"pick"},{"team":4,"action":"pick"}],"stepDuration":60000,"resultDuration":10000 ``` can be changed to whom ever setting you want.
7676
- There needs to be an altercation be made in ```\pyplanet\apps\core\trackmania\callbacks.py```:
7777
- Add the following to the end to make it work: ```
7878
pickban_complete = Callback(

0 commit comments

Comments
 (0)