Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
[create release] Release 1.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKodeToad committed Jan 24, 2022
1 parent 0e85e12 commit c73cfd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public boolean isVisible() {

@Override
public void render(Position position, boolean editMode) {
if(!editMode && guiControls.isStopped()) return;
if(guiControls == null || (!editMode && guiControls.isStopped())) return;

Minecraft mc = Minecraft.getMinecraft();

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sol Client",
"version": "1.5.24",
"version": "1.5.25",
"description": "Simple and easy to use Minecraft client.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c73cfd2

Please sign in to comment.