1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Avorion - Fixed SRCDS_APPID

This commit is contained in:
Torsten Widmann 2022-01-14 16:44:52 +01:00 committed by GitHub
parent 45da38ccaa
commit 68327020b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@
{
"name": "Steam App ID",
"description": "",
"env_variable": "APP_ID",
"env_variable": "SRCDS_APPID",
"default_value": "565060",
"user_viewable": false,
"user_editable": false,
@ -182,4 +182,4 @@
"rules": "required|string|max:20"
}
]
}
}