Update README.md

Update
This commit is contained in:
siegmund0 2020-01-13 00:27:08 -03:00 committed by GitHub
parent 5a771e97a7
commit 2b55e5b3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ Note: In my case I use a python-based broker. But you can find other examples ba
Points to consider:
-The .json files are located in the "Profiles" folder of the dayzserver (or the name given to it)
-The broker with the "script.py" database makes modifications every 60 seconds in case the file has changed.
-The "script.py" does NOT replace the data in the database, it only updates them if they change.
//The .json files are located in the "Profiles" folder of the dayzserver (or the name given to it)
//The broker with the "script.py" database makes modifications every 60 seconds in case the file has changed.
//The "script.py" does NOT replace the data in the database, it only updates them if they change.
enjoy!