Skip to content

Commit

Permalink
removed some useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisakay committed May 3, 2023
1 parent f509ef7 commit f67c734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions app/assets/js/preloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ async function antiCheat() {
var jsonParsed = JSON.parse(getAuthAccounts);

const uuids = Object.keys(jsonParsed).map(key => jsonParsed[key].uuid);
console.log(uuids); // ["7d285a04bb214cde829e5ee938dc9f47


const options = { url: 'http://node1.vivaheberg.com:50995/api/palaguard/send', method: 'POST', json: { uuid: uuids.toString(), hwid: globalHWID, serial: globalSerial } };

request(options, (error, response, body) => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paladrill",
"version": "2.0.4",
"version": "2.0.6",
"productName": "PalaDrill",
"description": "Modded Minecraft Launcher for PalaDrill",
"author": "PalaDrill-Staff (https://github.com/PalaDrill-Staff/PalaDrill-Launcher/)",
Expand Down Expand Up @@ -38,7 +38,6 @@
"helios-core": "~2.0.4",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"net": "^1.0.2",
"os": "^0.1.2",
"request": "^2.88.2",
"semver": "^7.4.0"
Expand Down

0 comments on commit f67c734

Please sign in to comment.