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 7dd00d6 commit ec969ecCopy full SHA for ec969ec
resources/views/server/index.blade.php
@@ -436,12 +436,6 @@ function updatePlayerListVisibility(data) {
436
437
var can_run = true;
438
function updateServerPowerControls (data) {
439
-
440
- // Reset Console Data
441
- if (data === 2) {
442
- terminal.echo('\n[Daemon] -- + Server Detected as Booting + --\n');
443
- }
444
445
// Server is On or Starting
446
if(data == 1 || data == 2) {
447
$('[data-attr="power"][data-action="start"]').addClass('disabled');
@@ -456,7 +450,6 @@ function updateServerPowerControls (data) {
456
450
} else {
457
451
$('[data-attr="power"][data-action="kill"]').addClass('disabled');
458
452
}
459
460
453
461
454
462
455
$('[data-attr="power"]').click(function (event) {
0 commit comments