mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
Add more info and a better regex matching for jenkins releases
This commit is contained in:
parent
af492c2e3b
commit
1abf447790
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue