Add more info and a better regex matching for jenkins releases
This commit is contained in:
parent
af492c2e3b
commit
1abf447790
@ -108,7 +108,7 @@ public class LDJenkins {
|
||||
|
||||
changelog.add("#" + map.get("id") + ": " + ChatColor.YELLOW + msg);
|
||||
|
||||
release = release || msg.toLowerCase().matches("release.? .*");
|
||||
release = release || msg.toLowerCase().matches("(re)?.?release.? .*");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -121,6 +121,7 @@ UndisguiseRadiusMax: 50
|
||||
ViewSelfDisguises: true
|
||||
# Some disguises are rather big and tall and block your vision
|
||||
# By default those disguises are disabled, such as zombies, players, etc.
|
||||
# The baby versions however, should be short enough that it's a non-issue
|
||||
HideTallSelfDisguises: true
|
||||
|
||||
# Shall I disguise the sounds?
|
||||
|
Loading…
Reference in New Issue
Block a user