mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
Update mod.rs
This commit is contained in:
parent
b8211166ad
commit
1e6c2ea680
@ -694,7 +694,7 @@ impl Server {
|
||||
} else {
|
||||
let _ = responder.send(PluginBoundPluginEvent::None);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
ServerBoundPluginEvent::SendChatMessage((pid, msg)) => {
|
||||
let pid = if pid >= 0 { Some(pid as u8) } else { None };
|
||||
|
Loading…
x
Reference in New Issue
Block a user