File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments