1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

Fix server setting bug

This commit is contained in:
Dane Everitt 2018-01-06 15:20:47 -06:00
parent a3bad520cd
commit 94809b953c
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -154,7 +154,7 @@ class BuildModificationService
})->toArray());
try {
$this->daemonServerRepository->setServer($server->uuid)->update([
$this->daemonServerRepository->setServer($server)->update([
'build' => $this->getBuild(),
]);