Skip to content

Commit

Permalink
Remove FakeOnlinePlayer class dump
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Sep 16, 2024
1 parent 2f78283 commit ca2a487
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ abstract class FakeOnlinePlayer(
}
}

File("FakeOnlinePlayer.class").writeBytes(classWrapper.assemble(false))

return ClassWrapperLoader(NOVA::class.java.classLoader)
.loadClass(classWrapper)
.getConstructor(OfflinePlayer::class.java, Location::class.java) as Constructor<FakeOnlinePlayer>
Expand Down

0 comments on commit ca2a487

Please sign in to comment.