mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Allow fake players to have their team chosen automatically at game start
This commit is contained in:
@@ -378,7 +378,7 @@ pub struct LinksConfig {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct FakePlayer {
|
||||
pub team: u8,
|
||||
pub team: Option<u8>,
|
||||
pub vehicle: VehicleInfo,
|
||||
pub implementation: ClientEmulator,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user