mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
fix fivem variable in config
removes the set before sv_hostname resolves #589
This commit is contained in:
parent
e9a923d058
commit
663ee6b7a7
@ -4,7 +4,7 @@ endpoint_add_tcp "0.0.0.0:30120"
|
|||||||
endpoint_add_udp "0.0.0.0:30120"
|
endpoint_add_udp "0.0.0.0:30120"
|
||||||
|
|
||||||
# Set your server's hostname
|
# Set your server's hostname
|
||||||
set sv_hostname "New FiveM Server with Pterodactyl"
|
sv_hostname "New FiveM Server with Pterodactyl"
|
||||||
|
|
||||||
# Server player slot limit (must be between 1 and 32, unless using OneSync)
|
# Server player slot limit (must be between 1 and 32, unless using OneSync)
|
||||||
sv_maxclients 32
|
sv_maxclients 32
|
||||||
|
Loading…
Reference in New Issue
Block a user