Skip to content

Commit 0407e97

Browse files
committed
oopsie
1 parent 3e61bfd commit 0407e97

File tree

1 file changed

+1
-2
lines changed
  • resources/assets/scripts/components/server/subpages

1 file changed

+1
-2
lines changed

resources/assets/scripts/components/server/subpages/Console.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ export default Vue.component('server-console', {
9494
*/
9595
sendCommand: function () {
9696
this.commandHistoryIndex = -1;
97-
// this.commandHistory.unshift(this.command);
98-
this.commandHistory.unshift();
97+
this.commandHistory.unshift(this.command);
9998
this.$socket().instance().emit('send command', this.command);
10099
this.command = '';
101100
},

0 commit comments

Comments
 (0)