kpps working

This commit is contained in:
Marc Planard 2023-07-06 22:22:56 +02:00
parent 5ff4ecacdd
commit 21bc0496c2
1 changed files with 2 additions and 0 deletions

View File

@ -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()?;
},