closes #288
This commit is contained in:
parent
b8c3ab6960
commit
48e261bb91
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* `[pre.4]` — Fixes `Server::byUuid()` caching to actually clear the cache for *all* users, rather than the logged in user by using cache tags.
|
||||
* `[pre.4]` — Fixes server listing on frontend not displaying a page selector when more than 10 servers exist.
|
||||
* `[pre.4]` — Fixes non-admin users being unable to create personal API keys.
|
||||
* Fixes bug where daemon was unable to register that certain games had fully booted and were ready to play on.
|
||||
|
||||
### Added
|
||||
* Ability to assign multiple allocations at once when creating a new server.
|
||||
|
|
|
@ -76,7 +76,7 @@ class SourceServiceTableSeeder extends Seeder
|
|||
'name' => 'Custom Source Engine Game',
|
||||
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
|
||||
'docker_image' => 'quay.io/pterodactyl/srcds',
|
||||
'config_startup' => '{"done": "Assigned anonymous gameserver", "userInteraction": []}',
|
||||
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
|
||||
'config_files' => '{}',
|
||||
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
|
||||
'config_stop' => 'quit',
|
||||
|
|
Loading…
Reference in a new issue