Merge pull request #658 from HypeLevels/patch-1

Fixed txAdmin typo
This commit is contained in:
Michael (Parker) Parker 2020-08-19 13:12:58 -04:00 committed by GitHub
commit d36314d5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ The `FIVEM_VERSION` variable.
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
# txAdmin
TxAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
@ -25,4 +25,4 @@ Ports required to run the server in a table format.
|---------|---------|
| Game | 30110 |
| Game+1 | 30120 |
| txAdmin | 40120 |
| txAdmin | 40120 |