summaryrefslogtreecommitdiff
path: root/src/resources.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources.rs')
-rw-r--r--src/resources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.rs b/src/resources.rs
index e0ac197..6e4bffb 100644
--- a/src/resources.rs
+++ b/src/resources.rs
@@ -66,7 +66,7 @@ pub struct Players {
}
#[derive(Default)]
-pub struct Emigrating {
+pub struct Emigration {
pub emigrants: Vec<(PlayerId, RoomId)>
}