mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 15:40:50 +03:00
updated for latest BE
regex metacharacters ({}[]()^$.|*+? and \) now have to be escaped using
'\' if they should be used as literals.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
5 "ctrlset"
|
||||
5 "rland"
|
||||
5 "trigger"
|
||||
//5 "dayz_serverObjectMonitor set [count dayz_serverObjectMonitor, _object];"
|
||||
//5 "dayz_serverObjectMonitor set \[count dayz_serverObjectMonitor, _object\];"
|
||||
1 "BIS_Effects" //kicking not needed anymore, monitoring only
|
||||
5 "BIS_"
|
||||
5 "box"
|
||||
@@ -134,14 +134,14 @@
|
||||
5 "onTeamS"
|
||||
5 "onShowNew"
|
||||
5 " str "
|
||||
5 "str("
|
||||
5 "str["
|
||||
5 "str{"
|
||||
5 "str\("
|
||||
5 "str\["
|
||||
5 "str\{"
|
||||
5 "str'"
|
||||
5 "str\""
|
||||
5 ")str"
|
||||
5 "]str"
|
||||
5 "}str"
|
||||
5 "\)str"
|
||||
5 "\]str"
|
||||
5 "\}str"
|
||||
5 "'str"
|
||||
5 "\"str"
|
||||
5 "str "
|
||||
|
||||
Reference in New Issue
Block a user