mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix ABM trigger chance being often way too high
This commit is contained in:
@@ -130,7 +130,8 @@ struct ABMWithState
|
||||
float timer;
|
||||
|
||||
ABMWithState(ActiveBlockModifier *abm_):
|
||||
abm(abm_)
|
||||
abm(abm_),
|
||||
timer(0)
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user