mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix ABM trigger chance being often way too high
This commit is contained in:
parent
cd0019acd2
commit
4630281318
2 changed files with 5 additions and 2 deletions
|
@ -130,7 +130,8 @@ struct ABMWithState
|
|||
float timer;
|
||||
|
||||
ABMWithState(ActiveBlockModifier *abm_):
|
||||
abm(abm_)
|
||||
abm(abm_),
|
||||
timer(0)
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue