[Debug > getDebugInfo] Return loader version

This commit is contained in:
Beef 2023-02-13 20:14:09 +00:00
parent 2d6bf75871
commit 371688c805

View file

@ -65,6 +65,7 @@ export function getDebugInfo() {
return {
vendetta: {
version: versionHash,
loader: window.__vendetta_loader?.name ?? "Unknown",
},
discord: {
version: InfoDictionaryManager.Version,