Add more info and a better regex matching for jenkins releases
This commit is contained in:
		| @@ -108,7 +108,7 @@ public class LDJenkins { | |||||||
|  |  | ||||||
|                     changelog.add("#" + map.get("id") + ": " + ChatColor.YELLOW + msg); |                     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 | ViewSelfDisguises: true | ||||||
| # Some disguises are rather big and tall and block your vision | # Some disguises are rather big and tall and block your vision | ||||||
| # By default those disguises are disabled, such as zombies, players, etc. | # 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 | HideTallSelfDisguises: true | ||||||
|  |  | ||||||
| # Shall I disguise the sounds? | # Shall I disguise the sounds? | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user