mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2024-11-15 21:00:18 +01:00
Add a known bug to the README file
This commit is contained in:
parent
afeb8dc3d8
commit
86ed00c7c8
|
@ -39,6 +39,10 @@ A status effect is an effect for a player which changes some property of the pla
|
|||
|
||||
The framework aims to provide means to define effect types and to apply and cancel effects to players. The framework aims to be a stable foundation stone. This means it needs a lot of testing.
|
||||
|
||||
## Known bugs
|
||||
### Effect timers don’t stop when game gets paused
|
||||
When you paused the game in singleplayer mode, the effect timers just continue as if nothing happened. Of course, all effect timers should be stopped while the game is paused, like everything else. Apparently this bug cannot be fixed with the current Lua API.
|
||||
|
||||
## API documentation
|
||||
### Data types
|
||||
#### Effect type (`effect_type`)
|
||||
|
|
Loading…
Reference in New Issue
Block a user