basic enter hook command

This commit is contained in:
Ferdinand Schober
2024-05-12 01:33:57 +02:00
parent e9738fc024
commit 9424abbd56
5 changed files with 44 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ impl Server {
fix_ips: config_client.ips.into_iter().collect(),
port: config_client.port,
pos: config_client.pos,
cmd: config_client.enter_hook,
};
let state = ClientState {
active: config_client.active,