Files
DayZ-Epoch/Server Files/Battleye
ebaydayz fbffd8e9cb Fix hit_glass setVariable filter
@icomrade - In regex character classes only match each single character.
So a range with more than one character on one end (20) won't work:
http://www.regular-expressions.info/charclass.html

You can see that by running this code in-game with your old filter and
it will kick you:
player setVariable ["hit_glass3",1,true];

Adding the + on the end makes it match the character class one or more
times, so now it will match any integer >= 0.
2016-07-30 12:07:26 -04:00
..
2016-07-22 14:23:46 -04:00
2016-06-05 17:29:10 -04:00
2016-06-05 17:29:10 -04:00
2016-06-05 17:29:10 -04:00
2016-06-05 17:29:10 -04:00
2016-06-05 17:29:10 -04:00