diff options
Diffstat (limited to 'build/mojang.js')
-rw-r--r-- | build/mojang.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/mojang.js b/build/mojang.js index 981bf31..344e377 100644 --- a/build/mojang.js +++ b/build/mojang.js @@ -1,4 +1,7 @@ "use strict"; +/** + * Fetch the Mojang username API through api.ashcon.app + */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; |