12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
log_by_lua_block {
|
|
|
|
local use_bad_behavior = %USE_BAD_BEHAVIOR%
|
|
|
|
local behavior = require "behavior"
|
|
|
|
if use_bad_behavior then
|
|
behavior.count()
|
|
end
|
|
|
|
}
|