Skip to content

Commit

Permalink
[+] Final
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptionHades committed Jun 3, 2023
1 parent 0b94f66 commit 58d90af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/me/stormcph/lumina/Lumina.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public void onInitialize() {
KeyBindingHelper.registerKeyBinding(openClickGuiKey);
KeyBindingHelper.registerKeyBinding(openHudConfigScreenKey);

SessionChanger.loginCracked("SomeName");
System.out.println("Changed username");
// SessionChanger.loginCracked("SomeName");
// System.out.println("Changed username");

Thread configThr = new Thread(ConfigReader::loadConfig, "LuminaConfigReaderThread");
configThr.start();
Expand Down
1 change: 1 addition & 0 deletions src/main/java/me/stormcph/lumina/cape/CapeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class CapeManager {
public static HashMap<String, Cape> players = new HashMap<>();

public static void init() {

// the player capes are stored here, string as the name and the name of the file
addCape(new Cape("TestCape", 1,"lumina-b.png"));
addCape(new Cape("TestCape2", 1, "lumina-w.png"));
Expand Down

0 comments on commit 58d90af

Please sign in to comment.