kpps working
This commit is contained in:
parent
5ff4ecacdd
commit
21bc0496c2
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ fn run_all() -> LJResult<()> {
|
|||
world_state.intensity = rs.get_int("intensity")?
|
||||
.try_into()?;
|
||||
},
|
||||
Order::Black => {
|
||||
},
|
||||
Order::Edh => {
|
||||
world_state.edh = rs.get_edh()?;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue