Awesomerly

Results 3 issues of 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()...

C-bug
A-core

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.