We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba288e5 commit 6148a3bCopy full SHA for 6148a3b
resources/themes/pterodactyl/server/index.blade.php
@@ -85,7 +85,7 @@
85
{!! Theme::js('js/frontend/console.js') !!}
86
{!! Theme::js('js/vendor/chartjs/chart.min.js') !!}
87
{!! Theme::js('js/vendor/jquery/jquery-dateFormat.min.js') !!}
88
- @if($server->a_serviceFile === 'minecraft')
+ @if($server->service->file === 'minecraft')
89
{!! Theme::js('js/plugins/minecraft/eula.js') !!}
90
@endif
91
@endsection
0 commit comments