Request stats from wings when loading the console; closes pterodactyl/panel#2414
This commit is contained in:
parent
ff50940fa6
commit
1db7e4db66
2 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@ export default () => {
|
|||
}
|
||||
|
||||
instance.addListener('stats', statsListener);
|
||||
instance.send('send stats');
|
||||
|
||||
return () => {
|
||||
instance.removeListener('stats', statsListener);
|
||||
|
|
Reference in a new issue