Skip to content

Commit d71898e

Browse files
1.0.28
1 parent 93e827a commit d71898e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.28
2+
Fixed updater time-out error.
3+
4+
1.0.27
5+
Fixed Github updater
6+
7+
1.0.26
8+
Added semi-support for slim skins.
9+
110
1.0.25
211
Added doors to images
312

plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
main: me.zombie_striker.pixelprinter.PixelPrinter
2-
version: 1.0.25
2+
version: 1.0.27
33
name: PixelPrinter
44
commands:
55
PixelPrinter:

src/me/zombie_striker/pixelprinter/GithubUpdater.java

-2
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ public void run() {
107107
}
108108

109109
} catch (IOException e) {
110-
e.printStackTrace();
111110
}
112111
}
113112
}.runTaskLaterAsynchronously(main, 0);
114113
return true;
115114
}
116115
} catch (IOException e) {
117-
e.printStackTrace();
118116
}
119117
return false;
120118
}

0 commit comments

Comments
 (0)