[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 { return {
vendetta: { vendetta: {
version: versionHash, version: versionHash,
loader: window.__vendetta_loader?.name ?? "Unknown",
}, },
discord: { discord: {
version: InfoDictionaryManager.Version, version: InfoDictionaryManager.Version,