luk3yx 54ccb6bc62 Fix ctf_pvp_engine crash (#37)
`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
```
2019-01-11 14:59:02 -05:00
..
2018-04-25 18:51:52 -05:00
2018-12-06 22:12:04 -06:00
2018-12-05 15:03:58 -06:00
2018-12-27 19:42:59 -05:00
2019-01-11 14:59:02 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00