File tree 4 files changed +5
-4
lines changed
java/com/lobbyswitch/versions
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.cypher</groupId >
8
8
<artifactId >LobbySwitch</artifactId >
9
- <version >0.5.8 -SNAPSHOT</version >
9
+ <version >0.5.9 -SNAPSHOT</version >
10
10
11
11
<build >
12
12
<plugins >
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ public static boolean equals(FileConfiguration fileConfiguration) {
22
22
fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.5" ) ||
23
23
fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.6" ) ||
24
24
fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.7" ) ||
25
- fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.8" )) {
25
+ fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.8" ) ||
26
+ fileConfiguration .getString (ConfigPaths .VERSION ).equals ("0.5.9" )) {
26
27
27
28
return true ;
28
29
}
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ Selector:
11
11
Material : COMPASS
12
12
Display_Name : ' &4Server Selector'
13
13
Server_Slots : {}
14
- Version : 0.5.8
14
+ Version : 0.5.9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ author: CombatTag
2
2
description : LobbySwitch plugin
3
3
main : com.lobbyswitch.LobbySwitch
4
4
name : LobbySwitch
5
- version : 0.5.8
5
+ version : 0.5.9
6
6
commands :
7
7
lobbyswitch :
8
8
description : Lobby switch main command.
You can’t perform that action at this time.
0 commit comments