Awesomerly
Awesomerly
As a noob to Rust, I’ve started reading the rust book. The finished code block for Chapter 2 looks like this: ``` use rand::Rng; use std::cmp::Ordering; use std::io; fn main()...
This PR changes a few things: - The startzone code in shavit-misc duplicates some functionality for certain zone types, and one of those duplicates doesn't call StyleMaxPrestrafe even though the...
If a map had multiple end zones it would be in the map list multiple times. This fixes that issue.