54ccb6bc62
`ctf_flag` currently accepts all formspec input, leading to crashes, as the following lua code will never execute `return false` regardless of the value of `formname`: ```lua if not formname=="ctf:flag_board" then return false end ```