Skip to content

Commit 48e261b

Browse files
committed
1 parent b8c3ab6 commit 48e261b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
2121
* `[pre.4]` — Fixes `Server::byUuid()` caching to actually clear the cache for *all* users, rather than the logged in user by using cache tags.
2222
* `[pre.4]` — Fixes server listing on frontend not displaying a page selector when more than 10 servers exist.
2323
* `[pre.4]` — Fixes non-admin users being unable to create personal API keys.
24+
* Fixes bug where daemon was unable to register that certain games had fully booted and were ready to play on.
2425

2526
### Added
2627
* Ability to assign multiple allocations at once when creating a new server.

database/seeds/SourceServiceTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function addCoreOptions()
7676
'name' => 'Custom Source Engine Game',
7777
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
7878
'docker_image' => 'quay.io/pterodactyl/srcds',
79-
'config_startup' => '{"done": "Assigned anonymous gameserver", "userInteraction": []}',
79+
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
8080
'config_files' => '{}',
8181
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
8282
'config_stop' => 'quit',

0 commit comments

Comments
 (0)