mirror of
https://github.com/RustySamovar/RustySamovar.git
synced 2024-11-21 18:38:18 +00:00
Make spoofed user ID public
This commit is contained in:
parent
efafc2a60b
commit
2d9aa1dc4c
@ -17,7 +17,7 @@ pub struct AuthManager {
|
||||
}
|
||||
|
||||
impl AuthManager {
|
||||
const SPOOFED_PLAYER_UID: u32 = 1337;
|
||||
pub const SPOOFED_PLAYER_UID: u32 = 1337;
|
||||
|
||||
pub fn new(packets_to_send_tx: mpsc::Sender<IpcMessage>) -> AuthManager {
|
||||
let mut am = AuthManager {
|
||||
|
Loading…
Reference in New Issue
Block a user