Skip to content

Commit ec969ec

Browse files
committed
Daemon now sends this info
1 parent 7dd00d6 commit ec969ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/views/server/index.blade.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,6 @@ function updatePlayerListVisibility(data) {
436436
437437
var can_run = true;
438438
function updateServerPowerControls (data) {
439-
440-
// Reset Console Data
441-
if (data === 2) {
442-
terminal.echo('\n[Daemon] -- + Server Detected as Booting + --\n');
443-
}
444-
445439
// Server is On or Starting
446440
if(data == 1 || data == 2) {
447441
$('[data-attr="power"][data-action="start"]').addClass('disabled');
@@ -456,7 +450,6 @@ function updateServerPowerControls (data) {
456450
} else {
457451
$('[data-attr="power"][data-action="kill"]').addClass('disabled');
458452
}
459-
460453
}
461454
462455
$('[data-attr="power"]').click(function (event) {

0 commit comments

Comments
 (0)