aboutsummaryrefslogtreecommitdiff
path: root/server/src/customer/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-20 14:49:12 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:24:14 +0200
commit870b572f3edf33825d1b74010baae935d3439d95 (patch)
tree25b79cc6a7ac1eca6b62c3c6e0ad6c27d9d6204e /server/src/customer/mod.rs
parent96dd53c9ea8fe124a699de3b04069102a6002128 (diff)
downloadhurrycurry-870b572f3edf33825d1b74010baae935d3439d95.tar
hurrycurry-870b572f3edf33825d1b74010baae935d3439d95.tar.bz2
hurrycurry-870b572f3edf33825d1b74010baae935d3439d95.tar.zst
no hats for customerss
Diffstat (limited to 'server/src/customer/mod.rs')
-rw-r--r--server/src/customer/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/customer/mod.rs b/server/src/customer/mod.rs
index 23770ef2..fa67de57 100644
--- a/server/src/customer/mod.rs
+++ b/server/src/customer/mod.rs
@@ -146,7 +146,7 @@ impl CustomerManager {
id,
PacketS::Join {
name: "George".to_string(),
- character: 0,
+ character: -2,
},
));
let chair = select_chair(&mut self.chairs);