mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
Slow down conway example
This commit is contained in:
parent
dafc9a375a
commit
f3c96403e0
|
@ -214,7 +214,7 @@ impl Config for Game {
|
|||
true
|
||||
});
|
||||
|
||||
if !server.state.paused {
|
||||
if !server.state.paused && server.shared.current_tick() % 2 == 0 {
|
||||
server
|
||||
.state
|
||||
.board_buf
|
||||
|
|
Loading…
Reference in a new issue