Commit c5487db LazyGon
committed
1 parent 6a10a44 commit c5487db Copy full SHA for c5487db
File tree 2 files changed +6
-1
lines changed
src/main/java/fr/alienationgaming/jailworker/config
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >fr.stevecohen.jailworker</groupId >
5
5
<artifactId >JailWorker</artifactId >
6
- <version >3.3.9 </version >
6
+ <version >3.3.10 </version >
7
7
<repositories >
8
8
<repository >
9
9
<id >spigot-repo</id >
Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ public static void update() {
115
115
Config .get ().set ("plugin.version" , oldVersion );
116
116
}
117
117
118
+ if (oldVersion .equals ("3.3.9" )) {
119
+ oldVersion = "3.3.10" ;
120
+ Config .get ().set ("plugin.version" , oldVersion );
121
+ }
122
+
118
123
plugin .getLogger ()
119
124
.info ("Go to http://dev.bukkit.org/bukkit-plugins/jail-worker/ for news and reporting bugs" );
120
125
Config .save ();
You can’t perform that action at this time.
0 commit comments