Skip to content

Commit

Permalink
Merge pull request pelican-eggs#2125 from parkervcp/samp-fix
Browse files Browse the repository at this point in the history
samp: auto set rcon password in config
  • Loading branch information
parkervcp authored Feb 8, 2023
2 parents 4e37cc7 + 8ecf1cf commit c94cdcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game_eggs/gta/samp/egg-s-a--m-p.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-02-08T14:46:07+01:00",
"exported_at": "2023-02-08T14:50:39+01:00",
"name": "SA-MP",
"author": "bl4ckspr4y@protonmail.com",
"description": "SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas (tm).",
Expand All @@ -15,7 +15,7 @@
"file_denylist": [],
"startup": ".\/samp03svr",
"config": {
"files": "{\r\n \"server.cfg\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"port\": \"port {{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"files": "{\r\n \"server.cfg\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"port\": \"port {{server.build.default.port}}\",\r\n \"rcon_password\": \"rcon_password {{server.build.env.RCON_PASS}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Started server on \"\r\n}",
"logs": "{}",
"stop": "^^C"
Expand All @@ -40,7 +40,7 @@
},
{
"name": "Rcon password",
"description": "",
"description": "The password used for rcon",
"env_variable": "RCON_PASS",
"default_value": "",
"user_viewable": true,
Expand Down

0 comments on commit c94cdcd

Please sign in to comment.