mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-08-29 01:08:52 +00:00
Release 1.0.7.0: Remote Web Panel & Stability Fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(function installUserHudMarker(WandEnhancer) {
|
||||
if (globalThis.__wandEnhancerUserHudMarkerInstalled) {
|
||||
return;
|
||||
}
|
||||
|
||||
globalThis.__wandEnhancerUserHudMarkerInstalled = true;
|
||||
WandEnhancer.log('user script loaded', WandEnhancer.remoteUrl);
|
||||
})(globalThis.WandEnhancer);
|
||||
Reference in New Issue
Block a user