mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
Fix server setting bug
This commit is contained in:
parent
a3bad520cd
commit
94809b953c
@ -154,7 +154,7 @@ class BuildModificationService
|
||||
})->toArray());
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server->uuid)->update([
|
||||
$this->daemonServerRepository->setServer($server)->update([
|
||||
'build' => $this->getBuild(),
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user