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-12-28 14:41:04 -05:00
2018-12-27 19:42:59 -05:00
2018-12-28 11:53:28 -05:00
2019-01-11 14:59:02 -05:00
2018-12-23 16:13:05 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00
2018-04-25 18:51:52 -05:00

CTF PvP Engine

A highly modular framework for the Minetest game engine, in order to allow the development of Capture the Flag / City vs City games. Good for any sort of game where players can join teams - flags are optional, everything is highly configurable.

Licenses

Created by: rubenwardy.
Copyright (c) 2013 - 2015
Code: LGPL 2.1 or later.
Textures: CC-BY-SA 3.0

ctf_flag/sounds/trumpet* by tobyk, license: CC-BY 3.0 from: http://freesound.org/people/tobyk/sounds/26198/

Documentation

See the doc_* files, starting with doc_project_overview.md