mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Request stats from wings when loading the console; closes pterodactyl/panel#2414
This commit is contained in:
@@ -53,6 +53,7 @@ export default () => {
|
||||
}
|
||||
|
||||
instance.addListener('stats', statsListener);
|
||||
instance.send('send stats');
|
||||
|
||||
return () => {
|
||||
instance.removeListener('stats', statsListener);
|
||||
|
||||
Reference in New Issue
Block a user