This commit is contained in:
Tao Tien 2026-02-25 21:08:45 -08:00
parent c68af245af
commit deabee9466
3 changed files with 3 additions and 1 deletions

View file

@ -107,6 +107,7 @@ fn discard_tile(
tiles: Query<&TileId>,
) {
// FIXME why is this not consuming the messages?
// TODO disable this when we're not current player?
while let Some(message) = selected.read().next() {
if let Ok(tile_id) = tiles.get(message.0) {
stdb.reducers().discard_tile(tile_id.0).unwrap();

View file

@ -301,3 +301,5 @@ pub(crate) fn render_main_pond(
Ok(())
}
pub(crate) fn render_other_hands() {}

View file

@ -2,7 +2,6 @@
"dev": {
"run": ""
},
"_source-config": "spacetime.local.json",
"module-path": "jong-line",
"server": "local",
"database": "jong-line"