Skip to content

Commit

Permalink
release: Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Jun 20, 2022
1 parent 7f42edf commit f1c49e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = me.dreamerzero.kickredirect
version = 2.0.2
version = 2.0.3
description = Set the redirect result of your servers shutdown
url = https://github.com/4drian3d/KickRedirect
id = kickredirect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public enum SendMode {
TO_FIRST,
TO_EMPTIEST_SERVER,
RANDOM
RANDOM;
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ void applyKickResult(KickedFromServerEvent event) {
}

public enum KickStep {
//NOT_ALLOWED,
NULL_SERVER,
AVAILABLE_SERVER,
DISALLOWED_REASON;
Expand Down

0 comments on commit f1c49e4

Please sign in to comment.