Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IUDevman committed Nov 8, 2020
1 parent f5130c1 commit 414a39e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Some code used from (not directly referenced in code):
* Backdoored / CookieDragon234

This client also implements the ClickGUI using PanelStudio: https://github.com/lukflug/PanelStudio/.
If you believe that we are using your code and credits are not properly given, please message GooberTown#7384 on Discord.

<!-- INSTALLATION -->
## Installation
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/com/gamesense/api/util/world/EntityUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
import java.io.IOException;
import java.net.URL;

/**
* @Author 086/KAMI
* @Author Crystallinqq/Auto for some functions (check Speed.java)
*/

public class EntityUtil{

private static final Minecraft mc = Minecraft.getMinecraft();
Expand Down

0 comments on commit 414a39e

Please sign in to comment.