Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
ababab
Browse files Browse the repository at this point in the history
  • Loading branch information
hb432 committed Jul 1, 2020
1 parent 63b4fa1 commit 1158012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// you were meant to defeat the sith, not join them!
const nms = Java.type(`net.minecraft.server.${server.getClass().getCanonicalName().split('.')[3]}`);
const nms = eval(`Packages.net.minecraft.server.${server.getClass().getCanonicalName().split('.')[3]}`);

const UUID = Java.type('java.util.UUID');
const Runnable = Java.extend(Java.type('java.lang.Runnable'));
Expand Down
2 changes: 1 addition & 1 deletion index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1158012

Please sign in to comment.