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