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